#658116

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

Shades of Olive Drab #658116

Tints of Olive Drab #658116

Color information

#658116 (or 0x658116) is unknown color: approx Olive Drab. HEX triplet: 65, 81 and 16. RGB value is (101,129,22). Sum of RGB (Red+Green+Blue) = 101+129+22=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #658116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658116 is #9A7EE9. Grayscale: #6C6C6C. Windows color (decimal): -10125034 or 1474917. OLE color: 1474917.

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

Color convert

RGB10112922-
CMYK0.2200.830.49
HSL75.7º70.86%29.61%-
HSV(B)75.7º82.95%50.59%-
XYZ13.3618.533.63-
YUV108.4379.22122.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=40.08%
G=51.19%
B=8.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129220.2200.830.4975.770.8629.61
Hex65811616053314c471e
Octal145201262601236111410736
Binary1100101100000011011010110010100111100011001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658116; }

 p { color: rgb(101,129,22); }

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

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

 a { background-color: rgb(101,129,22); }

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

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

 span { border-color: rgb(101,129,22); }

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