#648217

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

Shades of Olive Drab #648217

Tints of Olive Drab #648217

Color information

#648217 (or 0x648217) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 17. RGB value is (100,130,23). Sum of RGB (Red+Green+Blue) = 100+130+23=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #648217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648217 is #9B7DE8. Grayscale: #6D6D6D. Windows color (decimal): -10190313 or 1540708. OLE color: 1540708.

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

Color convert

RGB10013023-
CMYK0.2300.820.49
HSL76.82º69.93%30%-
HSV(B)76.82º82.31%50.98%-
XYZ13.3918.743.72-
YUV108.8379.56121.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 23 (9.38% from 255) = 9.09%
R=39.53%
G=51.38%
B=9.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130230.2300.820.4976.8269.9330
Hex64821717052314d461e
Octal144202272701226111510636
Binary1100100100000101011110111010100101100011001101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648217; }

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

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

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

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

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

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

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

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