#648210

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

Shades of Olive Drab #648210

Tints of Olive Drab #648210

Color information

#648210 (or 0x648210) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 10. RGB value is (100,130,16). Sum of RGB (Red+Green+Blue) = 100+130+16=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #648210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648210 is #9B7DEF. Grayscale: #6C6C6C. Windows color (decimal): -10190320 or 1081956. OLE color: 1081956.

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

Color convert

RGB10013016-
CMYK0.2300.880.49
HSL75.79º78.08%28.63%-
HSV(B)75.79º87.69%50.98%-
XYZ13.3318.713.4-
YUV108.0376.06122.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=40.65%
G=52.85%
B=6.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130160.2300.880.4975.7978.0828.63
Hex64821017058314c4e1d
Octal144202202701306111411635
Binary1100100100000101000010111010110001100011001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648210; }

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

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

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

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

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

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

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

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