#648118

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

Shades of Olive Drab #648118

Tints of Olive Drab #648118

Color information

#648118 (or 0x648118) is unknown color: approx Olive Drab. HEX triplet: 64, 81 and 18. RGB value is (100,129,24). Sum of RGB (Red+Green+Blue) = 100+129+24=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #648118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648118 is #9B7EE7. Grayscale: #6C6C6C. Windows color (decimal): -10190568 or 1605988. OLE color: 1605988.

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

Color convert

RGB10012924-
CMYK0.2200.810.49
HSL76.57º68.63%30%-
HSV(B)76.57º81.4%50.59%-
XYZ13.2718.483.73-
YUV108.3680.39122.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=39.53%
G=50.99%
B=9.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129240.2200.810.4976.5768.6330
Hex64811816051314d451e
Octal144201302601216111510536
Binary1100100100000011100010110010100011100011001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648118; }

 p { color: rgb(100,129,24); }

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

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

 a { background-color: rgb(100,129,24); }

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

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

 span { border-color: rgb(100,129,24); }

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