#648114

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

Shades of Olive Drab #648114

Tints of Olive Drab #648114

Color information

#648114 (or 0x648114) is unknown color: approx Olive Drab. HEX triplet: 64, 81 and 14. RGB value is (100,129,20). Sum of RGB (Red+Green+Blue) = 100+129+20=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #648114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648114 is #9B7EEB. Grayscale: #6C6C6C. Windows color (decimal): -10190572 or 1343844. OLE color: 1343844.

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

Color convert

RGB10012920-
CMYK0.2200.840.49
HSL75.96º73.15%29.22%-
HSV(B)75.96º84.5%50.59%-
XYZ13.2318.463.53-
YUV107.978.39122.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=40.16%
G=51.81%
B=8.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129200.2200.840.4975.9673.1529.22
Hex64811416054314c491d
Octal144201242601246111411135
Binary1100100100000011010010110010101001100011001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648114; }

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

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

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

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

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

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

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

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