Html Css Color HEX #669508 Olive Drab

📋 copy color: '#669508'

red 102 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #669508

Tints of Olive Drab #669508

RGB

 RED value IS 102 (40.23% from 255) = 39.38%

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

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

R = 39.38%
G = 57.53%
B = 3.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#669508 (or 0x669508) is known color: Olive Drab. HEX triplet: 66, 95 and 08. RGB value is (102,149,8). Sum of RGB (Red+Green+Blue) = 102+149+8=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #669508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669508 is #996AF7. Grayscale: #777777. Windows color (decimal): -10054392 or 562534. OLE color: 562534.

HSL color Cylindrical-coordinate representation of color #669508: hue angle of 80º 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 #669508 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 8 -
CMYK 0.32 0 0.95 0.42
HSL 80º 0.9% 0.31% -
HSV(B) 80º 0.95% 0.58% -
XYZ 16.27 24.34 4.07 -
YUV 118.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 102 149 8 0.32 0 0.95 0.42 80 0.9 0.31
Hex 66 95 8 20 0 5F 2A 50 5A 1F
Octal 146 225 10 40 0 137 52 120 132 37
Binary 1100110 10010101 1000 100000 0 1011111 101010 1010000 1011010 11111

Color Harmonies of #669508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669508

Black with #669508

Text Example


Text Example

White with #669508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669508; }

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

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

background-color css

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

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

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

border-color css

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

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

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