Html Css Color HEX #669322 Olive Drab

📋 copy color: '#669322'

red 102 ◦ green 147 ◦ blue 34

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

Shades of Olive Drab #669322

Tints of Olive Drab #669322

RGB

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

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

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

R = 36.04%
G = 51.94%
B = 12.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#669322 (or 0x669322) is known color: Olive Drab. HEX triplet: 66, 93 and 22. RGB value is (102,147,34). Sum of RGB (Red+Green+Blue) = 102+147+34=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #669322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669322 is #996CDD. Grayscale: #797979. Windows color (decimal): -10054878 or 2265958. OLE color: 2265958.

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

Color convert

RGB 102 147 34 -
CMYK 0.31 0 0.77 0.42
HSL 83.89º 0.62% 0.35% -
HSV(B) 83.89º 0.77% 0.58% -
XYZ 16.2 23.81 5.25 -
YUV 120.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 102 147 34 0.31 0 0.77 0.42 83.89 0.62 0.35
Hex 66 93 22 1F 0 4D 2A 54 3E 23
Octal 146 223 42 37 0 115 52 124 76 43
Binary 1100110 10010011 100010 11111 0 1001101 101010 1010100 111110 100011

Color Harmonies of #669322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669322

Black with #669322

Text Example


Text Example

White with #669322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669322; }

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

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

background-color css

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

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

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

border-color css

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

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

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