#115D06

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

Shades of Myrtle #115D06

Tints of Myrtle #115D06

Color information

#115D06 (or 0x115D06) is unknown color: approx Myrtle. HEX triplet: 11, 5D and 06. RGB value is (17,93,6). Sum of RGB (Red+Green+Blue) = 17+93+6=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #115D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D06 is #EEA2F9. Grayscale: #3C3C3C. Windows color (decimal): -15639290 or 417041. OLE color: 417041.

HSL color Cylindrical-coordinate representation of color #115D06: hue angle of 112.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #115D06 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB17936-
CMYK0.8200.940.64
HSL112.41º87.88%19.41%-
HSV(B)112.41º93.55%36.47%-
XYZ4.187.961.49-
YUV60.3697.3297.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 93 (36.72% from 255) = 80.17%
BLUE value IS 6 (2.73% from 255) = 5.17%
R=14.66%
G=80.17%
B=5.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179360.8200.940.64112.4187.8819.41
Hex115D65205E40705813
Octal211356122013610016013023
Binary10001101110111010100100101111010000001110000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115D06; }

 p { color: rgb(17,93,6); }

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

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

 a { background-color: rgb(17,93,6); }

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

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

 span { border-color: rgb(17,93,6); }

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