Html Css Color HEX #669324 Olive Drab

📋 copy color: '#669324'

red 102 ◦ green 147 ◦ blue 36

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

Shades of Olive Drab #669324

Tints of Olive Drab #669324

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 35.79%
G = 51.58%
B = 12.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#669324 (or 0x669324) is known color: Olive Drab. HEX triplet: 66, 93 and 24. RGB value is (102,147,36). Sum of RGB (Red+Green+Blue) = 102+147+36=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #669324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669324 is #996CDB. Grayscale: #797979. Windows color (decimal): -10054876 or 2397030. OLE color: 2397030.

HSL color Cylindrical-coordinate representation of color #669324: hue angle of 84.32º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669324 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 36 -
CMYK 0.31 0 0.76 0.42
HSL 84.32º 0.61% 0.36% -
HSV(B) 84.32º 0.76% 0.58% -
XYZ 16.23 23.82 5.41 -
YUV 120.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 102 147 36 0.31 0 0.76 0.42 84.32 0.61 0.36
Hex 66 93 24 1F 0 4C 2A 54 3D 24
Octal 146 223 44 37 0 114 52 124 75 44
Binary 1100110 10010011 100100 11111 0 1001100 101010 1010100 111101 100100

Color Harmonies of #669324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669324

Black with #669324

Text Example


Text Example

White with #669324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669324; }

 p { color: rgb(102,147,36); }

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

background-color css

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

 a { background-color: rgb(102,147,36); }

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

border-color css

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

 span { border-color: rgb(102,147,36); }

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