#648811

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

Shades of Olive Drab #648811

Tints of Olive Drab #648811

Color information

#648811 (or 0x648811) is unknown color: approx Olive Drab. HEX triplet: 64, 88 and 11. RGB value is (100,136,17). Sum of RGB (Red+Green+Blue) = 100+136+17=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #648811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648811 is #9B77EE. Grayscale: #707070. Windows color (decimal): -10188783 or 1149028. OLE color: 1149028.

HSL color Cylindrical-coordinate representation of color #648811: hue angle of 78.15º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #648811 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10013617-
CMYK0.2600.870.47
HSL78.15º77.78%30%-
HSV(B)78.15º87.5%53.33%-
XYZ14.1620.363.71-
YUV111.6774.57119.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=39.53%
G=53.75%
B=6.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136170.2600.870.4778.1577.7830
Hex6488111A0572F4e4e1e
Octal144210213201275711611636
Binary1100100100010001000111010010101111011111001110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648811; }

 p { color: rgb(100,136,17); }

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

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

 a { background-color: rgb(100,136,17); }

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

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

 span { border-color: rgb(100,136,17); }

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