#116017

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

Shades of Myrtle #116017

Tints of Myrtle #116017

Color information

#116017 (or 0x116017) is unknown color: approx Myrtle. HEX triplet: 11, 60 and 17. RGB value is (17,96,23). Sum of RGB (Red+Green+Blue) = 17+96+23=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #116017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116017 is #EE9FE8. Grayscale: #404040. Windows color (decimal): -15638505 or 1531921. OLE color: 1531921.

HSL color Cylindrical-coordinate representation of color #116017: hue angle of 124.56º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116017 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB179623-
CMYK0.8200.760.62
HSL124.56º69.91%22.16%-
HSV(B)124.56º82.29%37.65%-
XYZ4.578.552.22-
YUV64.06104.8394.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 96 (37.89% from 255) = 70.59%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=12.5%
G=70.59%
B=16.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796230.8200.760.62124.5669.9122.16
Hex1160175204C3E7d4616
Octal211402712201147617510626
Binary100011100000101111010010010011001111101111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116017; }

 p { color: rgb(17,96,23); }

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

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

 a { background-color: rgb(17,96,23); }

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

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

 span { border-color: rgb(17,96,23); }

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