#659312

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

Shades of Olive Drab #659312

Tints of Olive Drab #659312

Color information

#659312 (or 0x659312) is unknown color: approx Olive Drab. HEX triplet: 65, 93 and 12. RGB value is (101,147,18). Sum of RGB (Red+Green+Blue) = 101+147+18=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #659312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659312 is #9A6CED. Grayscale: #777777. Windows color (decimal): -10120430 or 1217381. OLE color: 1217381.

HSL color Cylindrical-coordinate representation of color #659312: hue angle of 81.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659312 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB10114718-
CMYK0.3100.880.42
HSL81.4º78.18%32.35%-
HSV(B)81.4º87.76%57.65%-
XYZ15.9123.684.3-
YUV118.5471.26115.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=37.97%
G=55.26%
B=6.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101147180.3100.880.4281.478.1832.35
Hex6593121F0582A514e20
Octal145223223701305212111640
Binary11001011001001110010111110101100010101010100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659312; }

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

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

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

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

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

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

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

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