Html Css Color HEX #669022 Olive Drab

📋 copy color: '#669022'

red 102 ◦ green 144 ◦ blue 34

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

Shades of Olive Drab #669022

Tints of Olive Drab #669022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.14%

R = 36.43%
G = 51.43%
B = 12.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#669022 (or 0x669022) is known color: Olive Drab. HEX triplet: 66, 90 and 22. RGB value is (102,144,34). Sum of RGB (Red+Green+Blue) = 102+144+34=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #669022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669022 is #996FDD. Grayscale: #777777. Windows color (decimal): -10055646 or 2265190. OLE color: 2265190.

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

Color convert

RGB 102 144 34 -
CMYK 0.29 0 0.76 0.44
HSL 82.91º 0.62% 0.35% -
HSV(B) 82.91º 0.76% 0.56% -
XYZ 15.74 22.89 5.1 -
YUV 118.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 102 144 34 0.29 0 0.76 0.44 82.91 0.62 0.35
Hex 66 90 22 1D 0 4C 2C 53 3E 23
Octal 146 220 42 35 0 114 54 123 76 43
Binary 1100110 10010000 100010 11101 0 1001100 101100 1010011 111110 100011

Color Harmonies of #669022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669022

Black with #669022

Text Example


Text Example

White with #669022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669022; }

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

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

background-color css

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

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

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

border-color css

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

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

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