Html Css Color HEX #689208 Olive Drab

📋 copy color: '#689208'

red 104 ◦ green 146 ◦ blue 8

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

Shades of Olive Drab #689208

Tints of Olive Drab #689208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.59%

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

R = 40.31%
G = 56.59%
B = 3.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#689208 (or 0x689208) is known color: Olive Drab. HEX triplet: 68, 92 and 08. RGB value is (104,146,8). Sum of RGB (Red+Green+Blue) = 104+146+8=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #689208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689208 is #976DF7. Grayscale: #767676. Windows color (decimal): -9924088 or 561768. OLE color: 561768.

HSL color Cylindrical-coordinate representation of color #689208: hue angle of 78.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689208 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 8 -
CMYK 0.29 0 0.95 0.43
HSL 78.26º 0.9% 0.3% -
HSV(B) 78.26º 0.95% 0.57% -
XYZ 16.03 23.52 3.92 -
YUV 117.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 104 146 8 0.29 0 0.95 0.43 78.26 0.9 0.3
Hex 68 92 8 1D 0 5F 2B 4E 5A 1E
Octal 150 222 10 35 0 137 53 116 132 36
Binary 1101000 10010010 1000 11101 0 1011111 101011 1001110 1011010 11110

Color Harmonies of #689208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689208

Black with #689208

Text Example


Text Example

White with #689208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689208; }

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

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

background-color css

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

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

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

border-color css

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

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

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