#648516

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

Shades of Olive Drab #648516

Tints of Olive Drab #648516

Color information

#648516 (or 0x648516) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 16. RGB value is (100,133,22). Sum of RGB (Red+Green+Blue) = 100+133+22=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #648516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648516 is #9B7AE9. Grayscale: #6E6E6E. Windows color (decimal): -10189546 or 1475940. OLE color: 1475940.

HSL color Cylindrical-coordinate representation of color #648516: hue angle of 77.84º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648516 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB10013322-
CMYK0.2500.830.48
HSL77.84º71.61%30.39%-
HSV(B)77.84º83.46%52.16%-
XYZ13.7919.543.8-
YUV110.4878.07120.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=39.22%
G=52.16%
B=8.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133220.2500.830.4877.8471.6130.39
Hex64851619053304e481e
Octal144205263101236011611036
Binary1100100100001011011011001010100111100001001110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648516; }

 p { color: rgb(100,133,22); }

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

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

 a { background-color: rgb(100,133,22); }

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

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

 span { border-color: rgb(100,133,22); }

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