Html Css Color HEX #669520 Olive Drab

📋 copy color: '#669520'

red 102 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #669520

Tints of Olive Drab #669520

RGB

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

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

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

R = 36.04%
G = 52.65%
B = 11.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#669520 (or 0x669520) is known color: Olive Drab. HEX triplet: 66, 95 and 20. RGB value is (102,149,32). Sum of RGB (Red+Green+Blue) = 102+149+32=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #669520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669520 is #996ADF. Grayscale: #7A7A7A. Windows color (decimal): -10054368 or 2135398. OLE color: 2135398.

HSL color Cylindrical-coordinate representation of color #669520: hue angle of 84.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #669520 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 32 -
CMYK 0.32 0 0.79 0.42
HSL 84.1º 0.65% 0.35% -
HSV(B) 84.1º 0.79% 0.58% -
XYZ 16.49 24.42 5.21 -
YUV 121.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 102 149 32 0.32 0 0.79 0.42 84.1 0.65 0.35
Hex 66 95 20 20 0 4F 2A 54 41 23
Octal 146 225 40 40 0 117 52 124 101 43
Binary 1100110 10010101 100000 100000 0 1001111 101010 1010100 1000001 100011

Color Harmonies of #669520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669520

Black with #669520

Text Example


Text Example

White with #669520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669520; }

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

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

background-color css

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

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

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

border-color css

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

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

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