#668227

Color #668227 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #668227

Tints of Olive Drab #668227

Color information

#668227 (or 0x668227) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 27. RGB value is (102,130,39). Sum of RGB (Red+Green+Blue) = 102+130+39=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #668227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668227 is #997DD8. Grayscale: #6F6F6F. Windows color (decimal): -10059225 or 2589286. OLE color: 2589286.

HSL color Cylindrical-coordinate representation of color #668227: hue angle of 78.46º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668227 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB10213039-
CMYK0.2200.700.49
HSL78.46º53.85%33.14%-
HSV(B)78.46º70%50.98%-
XYZ13.8318.944.85-
YUV111.2587.22121.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 39 (15.62% from 255) = 14.39%
R=37.64%
G=47.97%
B=14.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130390.2200.700.4978.4653.8533.14
Hex66822716046314e3621
Octal14620247260106611166641
Binary11001101000001010011110110010001101100011001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668227; }

 p { color: rgb(102,130,39); }

 H1.HeaderClassName
 {
   color: #668227;
 }
 .AnyTagClassName
 {
   color: #668227;
 }
</style>
background-color css

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

 a { background-color: rgb(102,130,39); }

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

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

 span { border-color: rgb(102,130,39); }

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