#658616

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

Shades of Olive Drab #658616

Tints of Olive Drab #658616

Color information

#658616 (or 0x658616) is unknown color: approx Olive Drab. HEX triplet: 65, 86 and 16. RGB value is (101,134,22). Sum of RGB (Red+Green+Blue) = 101+134+22=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #658616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658616 is #9A79E9. Grayscale: #6F6F6F. Windows color (decimal): -10123754 or 1476197. OLE color: 1476197.

HSL color Cylindrical-coordinate representation of color #658616: hue angle of 77.68º 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 #658616 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB10113422-
CMYK0.2500.840.47
HSL77.68º71.79%30.59%-
HSV(B)77.68º83.58%52.55%-
XYZ14.0419.873.86-
YUV111.3677.57120.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=39.30%
G=52.14%
B=8.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134220.2500.840.4777.6871.7930.59
Hex658616190542F4e481f
Octal145206263101245711611037
Binary1100101100001101011011001010101001011111001110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658616; }

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

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

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

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

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

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

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

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