#659111

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

Shades of Olive Drab #659111

Tints of Olive Drab #659111

Color information

#659111 (or 0x659111) is unknown color: approx Olive Drab. HEX triplet: 65, 91 and 11. RGB value is (101,145,17). Sum of RGB (Red+Green+Blue) = 101+145+17=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #659111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659111 is #9A6EEE. Grayscale: #757575. Windows color (decimal): -10120943 or 1151333. OLE color: 1151333.

HSL color Cylindrical-coordinate representation of color #659111: hue angle of 80.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659111 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB10114517-
CMYK0.3000.880.43
HSL80.62º79.01%31.76%-
HSV(B)80.62º88.28%56.86%-
XYZ15.5923.064.16-
YUV117.2571.42116.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=38.40%
G=55.13%
B=6.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145170.3000.880.4380.6279.0131.76
Hex6591111E0582B514f20
Octal145221213601305312111740
Binary11001011001000110001111100101100010101110100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659111; }

 p { color: rgb(101,145,17); }

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

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

 a { background-color: rgb(101,145,17); }

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

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

 span { border-color: rgb(101,145,17); }

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