#659712

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

Shades of Olive Drab #659712

Tints of Olive Drab #659712

Color information

#659712 (or 0x659712) is unknown color: approx Olive Drab. HEX triplet: 65, 97 and 12. RGB value is (101,151,18). Sum of RGB (Red+Green+Blue) = 101+151+18=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #659712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659712 is #9A68ED. Grayscale: #797979. Windows color (decimal): -10119406 or 1218405. OLE color: 1218405.

HSL color Cylindrical-coordinate representation of color #659712: hue angle of 82.56º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659712 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB10115118-
CMYK0.3300.880.41
HSL82.56º78.7%33.14%-
HSV(B)82.56º88.08%59.22%-
XYZ16.5424.944.51-
YUV120.8969.94113.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=37.41%
G=55.93%
B=6.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101151180.3300.880.4182.5678.733.14
Hex6597122105829534f21
Octal145227224101305112311741
Binary110010110010111100101000010101100010100110100111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659712; }

 p { color: rgb(101,151,18); }

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

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

 a { background-color: rgb(101,151,18); }

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

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

 span { border-color: rgb(101,151,18); }

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