#669218

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

Shades of Olive Drab #669218

Tints of Olive Drab #669218

Color information

#669218 (or 0x669218) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 18. RGB value is (102,146,24). Sum of RGB (Red+Green+Blue) = 102+146+24=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #669218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669218 is #996DE7. Grayscale: #777777. Windows color (decimal): -10055144 or 1610342. OLE color: 1610342.

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

Color convert

RGB10214624-
CMYK0.3000.840.43
HSL81.64º71.76%33.33%-
HSV(B)81.64º83.56%57.25%-
XYZ15.9223.454.55-
YUV118.9474.42115.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=37.5%
G=53.68%
B=8.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146240.3000.840.4381.6471.7633.33
Hex6692181E0542B524821
Octal146222303601245312211041
Binary11001101001001011000111100101010010101110100101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669218; }

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

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

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

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

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

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

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

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