Html Css Color HEX #689508 Olive Drab

📋 copy color: '#689508'

red 104 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #689508

Tints of Olive Drab #689508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

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

R = 39.85%
G = 57.09%
B = 3.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#689508 (or 0x689508) is known color: Olive Drab. HEX triplet: 68, 95 and 08. RGB value is (104,149,8). Sum of RGB (Red+Green+Blue) = 104+149+8=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #689508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689508 is #976AF7. Grayscale: #777777. Windows color (decimal): -9923320 or 562536. OLE color: 562536.

HSL color Cylindrical-coordinate representation of color #689508: hue angle of 79.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689508 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 8 -
CMYK 0.30 0 0.95 0.42
HSL 79.15º 0.9% 0.31% -
HSV(B) 79.15º 0.95% 0.58% -
XYZ 16.5 24.46 4.08 -
YUV 119.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 104 149 8 0.30 0 0.95 0.42 79.15 0.9 0.31
Hex 68 95 8 1E 0 5F 2A 4F 5A 1F
Octal 150 225 10 36 0 137 52 117 132 37
Binary 1101000 10010101 1000 11110 0 1011111 101010 1001111 1011010 11111

Color Harmonies of #689508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689508

Black with #689508

Text Example


Text Example

White with #689508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689508; }

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

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

background-color css

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

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

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

border-color css

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

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

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