#648215

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

Shades of Olive Drab #648215

Tints of Olive Drab #648215

Color information

#648215 (or 0x648215) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 15. RGB value is (100,130,21). Sum of RGB (Red+Green+Blue) = 100+130+21=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #648215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648215 is #9B7DEA. Grayscale: #6D6D6D. Windows color (decimal): -10190315 or 1409636. OLE color: 1409636.

HSL color Cylindrical-coordinate representation of color #648215: hue angle of 76.51º 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 #648215 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB10013021-
CMYK0.2300.840.49
HSL76.51º72.19%29.61%-
HSV(B)76.51º83.85%50.98%-
XYZ13.3718.733.62-
YUV108.678.56121.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=39.84%
G=51.79%
B=8.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130210.2300.840.4976.5172.1929.61
Hex64821517054314d481e
Octal144202252701246111511036
Binary1100100100000101010110111010101001100011001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648215; }

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

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

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

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

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

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

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

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