#648816

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

Shades of Olive Drab #648816

Tints of Olive Drab #648816

Color information

#648816 (or 0x648816) is unknown color: approx Olive Drab. HEX triplet: 64, 88 and 16. RGB value is (100,136,22). Sum of RGB (Red+Green+Blue) = 100+136+22=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #648816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648816 is #9B77E9. Grayscale: #707070. Windows color (decimal): -10188778 or 1476708. OLE color: 1476708.

HSL color Cylindrical-coordinate representation of color #648816: hue angle of 78.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648816 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB10013622-
CMYK0.2600.840.47
HSL78.95º72.15%30.98%-
HSV(B)78.95º83.82%53.33%-
XYZ14.220.383.94-
YUV112.2477.07119.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=38.76%
G=52.71%
B=8.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136220.2600.840.4778.9572.1530.98
Hex6488161A0542F4f481f
Octal144210263201245711711037
Binary1100100100010001011011010010101001011111001111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648816; }

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

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

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

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

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

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

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

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