#658215

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

Shades of Olive Drab #658215

Tints of Olive Drab #658215

Color information

#658215 (or 0x658215) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 15. RGB value is (101,130,21). Sum of RGB (Red+Green+Blue) = 101+130+21=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #658215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658215 is #9A7DEA. Grayscale: #6D6D6D. Windows color (decimal): -10124779 or 1409637. OLE color: 1409637.

HSL color Cylindrical-coordinate representation of color #658215: hue angle of 75.96º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #658215 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB10113021-
CMYK0.2200.840.49
HSL75.96º72.19%29.61%-
HSV(B)75.96º83.85%50.98%-
XYZ13.4818.793.62-
YUV108.978.39122.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=40.08%
G=51.59%
B=8.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130210.2200.840.4975.9672.1929.61
Hex65821516054314c481e
Octal145202252601246111411036
Binary1100101100000101010110110010101001100011001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658215; }

 p { color: rgb(101,130,21); }

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

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

 a { background-color: rgb(101,130,21); }

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

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

 span { border-color: rgb(101,130,21); }

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