Html Css Color HEX #669222 Olive Drab

📋 copy color: '#669222'

red 102 ◦ green 146 ◦ blue 34

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

Shades of Olive Drab #669222

Tints of Olive Drab #669222

RGB

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

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

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

R = 36.17%
G = 51.77%
B = 12.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#669222 (or 0x669222) is known color: Olive Drab. HEX triplet: 66, 92 and 22. RGB value is (102,146,34). Sum of RGB (Red+Green+Blue) = 102+146+34=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #669222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669222 is #996DDD. Grayscale: #787878. Windows color (decimal): -10055134 or 2265702. OLE color: 2265702.

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

Color convert

RGB 102 146 34 -
CMYK 0.30 0 0.77 0.43
HSL 83.57º 0.62% 0.35% -
HSV(B) 83.57º 0.77% 0.57% -
XYZ 16.05 23.5 5.2 -
YUV 120.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 102 146 34 0.30 0 0.77 0.43 83.57 0.62 0.35
Hex 66 92 22 1E 0 4D 2B 54 3E 23
Octal 146 222 42 36 0 115 53 124 76 43
Binary 1100110 10010010 100010 11110 0 1001101 101011 1010100 111110 100011

Color Harmonies of #669222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669222

Black with #669222

Text Example


Text Example

White with #669222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669222; }

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

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

background-color css

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

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

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

border-color css

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

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

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