Html Css Color HEX #688606 Olive Drab

📋 copy color: '#688606'

red 104 ◦ green 134 ◦ blue 6

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

Shades of Olive Drab #688606

Tints of Olive Drab #688606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 42.62%
G = 54.92%
B = 2.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#688606 (or 0x688606) is known color: Olive Drab. HEX triplet: 68, 86 and 06. RGB value is (104,134,6). Sum of RGB (Red+Green+Blue) = 104+134+6=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #688606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688606 is #9779F9. Grayscale: #6E6E6E. Windows color (decimal): -9927162 or 427624. OLE color: 427624.

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

Color convert

RGB 104 134 6 -
CMYK 0.22 0 0.96 0.47
HSL 74.06º 0.91% 0.27% -
HSV(B) 74.06º 0.96% 0.53% -
XYZ 14.27 20.01 3.28 -
YUV 110.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 104 134 6 0.22 0 0.96 0.47 74.06 0.91 0.27
Hex 68 86 6 16 0 60 2F 4A 5B 1B
Octal 150 206 6 26 0 140 57 112 133 33
Binary 1101000 10000110 110 10110 0 1100000 101111 1001010 1011011 11011

Color Harmonies of #688606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688606

Black with #688606

Text Example


Text Example

White with #688606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688606; }

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

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

background-color css

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

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

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

border-color css

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

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

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