Html Css Color HEX #669220 Olive Drab

📋 copy color: '#669220'

red 102 ◦ green 146 ◦ blue 32

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

Shades of Olive Drab #669220

Tints of Olive Drab #669220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 36.43%
G = 52.14%
B = 11.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#669220 (or 0x669220) is known color: Olive Drab. HEX triplet: 66, 92 and 20. RGB value is (102,146,32). Sum of RGB (Red+Green+Blue) = 102+146+32=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #669220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669220 is #996DDF. Grayscale: #787878. Windows color (decimal): -10055136 or 2134630. OLE color: 2134630.

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

Color convert

RGB 102 146 32 -
CMYK 0.30 0 0.78 0.43
HSL 83.16º 0.64% 0.35% -
HSV(B) 83.16º 0.78% 0.57% -
XYZ 16.02 23.49 5.06 -
YUV 119.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 102 146 32 0.30 0 0.78 0.43 83.16 0.64 0.35
Hex 66 92 20 1E 0 4E 2B 53 40 23
Octal 146 222 40 36 0 116 53 123 100 43
Binary 1100110 10010010 100000 11110 0 1001110 101011 1010011 1000000 100011

Color Harmonies of #669220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669220

Black with #669220

Text Example


Text Example

White with #669220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669220; }

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

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

background-color css

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

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

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

border-color css

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

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

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