Html Css Color HEX #669212 Olive Drab

📋 copy color: '#669212'

red 102 ◦ green 146 ◦ blue 18

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

Shades of Olive Drab #669212

Tints of Olive Drab #669212

RGB

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

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

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

R = 38.35%
G = 54.89%
B = 6.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#669212 (or 0x669212) is known color: Olive Drab. HEX triplet: 66, 92 and 12. RGB value is (102,146,18). Sum of RGB (Red+Green+Blue) = 102+146+18=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #669212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669212 is #996DED. Grayscale: #767676. Windows color (decimal): -10055150 or 1217126. OLE color: 1217126.

HSL color Cylindrical-coordinate representation of color #669212: hue angle of 80.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669212 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 18 -
CMYK 0.30 0 0.88 0.43
HSL 80.63º 0.78% 0.32% -
HSV(B) 80.63º 0.88% 0.57% -
XYZ 15.87 23.43 4.26 -
YUV 118.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 102 146 18 0.30 0 0.88 0.43 80.63 0.78 0.32
Hex 66 92 12 1E 0 58 2B 51 4E 20
Octal 146 222 22 36 0 130 53 121 116 40
Binary 1100110 10010010 10010 11110 0 1011000 101011 1010001 1001110 100000

Color Harmonies of #669212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669212

Black with #669212

Text Example


Text Example

White with #669212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669212; }

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

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

background-color css

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

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

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

border-color css

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

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

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