Html Css Color HEX #669024 Olive Drab

📋 copy color: '#669024'

red 102 ◦ green 144 ◦ blue 36

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

Shades of Olive Drab #669024

Tints of Olive Drab #669024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.06%

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

R = 36.17%
G = 51.06%
B = 12.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#669024 (or 0x669024) is known color: Olive Drab. HEX triplet: 66, 90 and 24. RGB value is (102,144,36). Sum of RGB (Red+Green+Blue) = 102+144+36=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #669024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669024 is #996FDB. Grayscale: #777777. Windows color (decimal): -10055644 or 2396262. OLE color: 2396262.

HSL color Cylindrical-coordinate representation of color #669024: hue angle of 83.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669024 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 36 -
CMYK 0.29 0 0.75 0.44
HSL 83.33º 0.6% 0.35% -
HSV(B) 83.33º 0.75% 0.56% -
XYZ 15.77 22.9 5.26 -
YUV 119.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 102 144 36 0.29 0 0.75 0.44 83.33 0.6 0.35
Hex 66 90 24 1D 0 4B 2C 53 3C 23
Octal 146 220 44 35 0 113 54 123 74 43
Binary 1100110 10010000 100100 11101 0 1001011 101100 1010011 111100 100011

Color Harmonies of #669024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669024

Black with #669024

Text Example


Text Example

White with #669024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669024; }

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

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

background-color css

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

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

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

border-color css

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

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

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