Html Css Color HEX #669612 Olive Drab

📋 copy color: '#669612'

red 102 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #669612

Tints of Olive Drab #669612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 37.78%
G = 55.56%
B = 6.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#669612 (or 0x669612) is known color: Olive Drab. HEX triplet: 66, 96 and 12. RGB value is (102,150,18). Sum of RGB (Red+Green+Blue) = 102+150+18=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #669612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669612 is #9969ED. Grayscale: #797979. Windows color (decimal): -10054126 or 1218150. OLE color: 1218150.

HSL color Cylindrical-coordinate representation of color #669612: hue angle of 81.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669612 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 18 -
CMYK 0.32 0 0.88 0.41
HSL 81.82º 0.79% 0.33% -
HSV(B) 81.82º 0.88% 0.59% -
XYZ 16.5 24.68 4.47 -
YUV 120.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 102 150 18 0.32 0 0.88 0.41 81.82 0.79 0.33
Hex 66 96 12 20 0 58 29 52 4F 21
Octal 146 226 22 40 0 130 51 122 117 41
Binary 1100110 10010110 10010 100000 0 1011000 101001 1010010 1001111 100001

Color Harmonies of #669612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669612

Black with #669612

Text Example


Text Example

White with #669612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669612; }

 p { color: rgb(102,150,18); }

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

background-color css

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

 a { background-color: rgb(102,150,18); }

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

border-color css

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

 span { border-color: rgb(102,150,18); }

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