Html Css Color HEX #688608 Olive Drab

📋 copy color: '#688608'

red 104 ◦ green 134 ◦ blue 8

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

Shades of Olive Drab #688608

Tints of Olive Drab #688608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.47%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 42.28%
G = 54.47%
B = 3.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#688608 (or 0x688608) is known color: Olive Drab. HEX triplet: 68, 86 and 08. RGB value is (104,134,8). Sum of RGB (Red+Green+Blue) = 104+134+8=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #688608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688608 is #9779F7. Grayscale: #6F6F6F. Windows color (decimal): -9927160 or 558696. OLE color: 558696.

HSL color Cylindrical-coordinate representation of color #688608: hue angle of 74.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #688608 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 8 -
CMYK 0.22 0 0.94 0.47
HSL 74.29º 0.89% 0.28% -
HSV(B) 74.29º 0.94% 0.53% -
XYZ 14.28 20.01 3.34 -
YUV 110.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 104 134 8 0.22 0 0.94 0.47 74.29 0.89 0.28
Hex 68 86 8 16 0 5E 2F 4A 59 1C
Octal 150 206 10 26 0 136 57 112 131 34
Binary 1101000 10000110 1000 10110 0 1011110 101111 1001010 1011001 11100

Color Harmonies of #688608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688608

Black with #688608

Text Example


Text Example

White with #688608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688608; }

 p { color: rgb(104,134,8); }

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

background-color css

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

 a { background-color: rgb(104,134,8); }

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

border-color css

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

 span { border-color: rgb(104,134,8); }

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