Html Css Color HEX #68AD35 Apple

📋 copy color: '#68AD35'

red 104 ◦ green 173 ◦ blue 53

#68AD35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #68AD35

Tints of Apple #68AD35

RGB

 RED value IS 104 (41.02% from 255) = 31.52%

 GREEN value IS 173 (67.97% from 255) = 52.42%

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 31.52%
G = 52.42%
B = 16.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68AD35 (or 0x68AD35) is known color: Apple. HEX triplet: 68, AD and 35. RGB value is (104,173,53). Sum of RGB (Red+Green+Blue) = 104+173+53=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD35 is #9752CA. Grayscale: #8B8B8B. Windows color (decimal): -9917131 or 3517800. OLE color: 3517800.

HSL color Cylindrical-coordinate representation of color #68AD35: hue angle of 94.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68AD35 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 53 -
CMYK 0.40 0 0.69 0.32
HSL 94.5º 0.53% 0.44% -
HSV(B) 94.5º 0.69% 0.68% -
XYZ 21.3 33.09 8.63 -
YUV 138.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 104 173 53 0.40 0 0.69 0.32 94.5 0.53 0.44
Hex 68 AD 35 28 0 45 20 5E 35 2C
Octal 150 255 65 50 0 105 40 136 65 54
Binary 1101000 10101101 110101 101000 0 1000101 100000 1011110 110101 101100

Color Harmonies of #68AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD35

Black with #68AD35

Text Example


Text Example

White with #68AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AD35; }

 p { color: rgb(104,173,53); }

 H1.HeaderClassName
 {
   color: #68AD35;
 }
 .AnyTagClassName
 {
   color: #68AD35;
 }
</style>

background-color css

<style>
 a { background-color: #68AD35; }

 a { background-color: rgb(104,173,53); }

 div.DivClassName
 {
   background-color: #68AD35;
 }
 .BgClassName
 {
   background-color: #68AD35;
 }
</style>

border-color css

<style>
 span { border-color: #68AD35; }

 span { border-color: rgb(104,173,53); }

 td.TdClassName
 {
   border-color: #68AD35;
 }
 .TagClassName
 {
   border-color: #68AD35;
 }
</style>