#115D07

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

Shades of Myrtle #115D07

Tints of Myrtle #115D07

Color information

#115D07 (or 0x115D07) is unknown color: approx Myrtle. HEX triplet: 11, 5D and 07. RGB value is (17,93,7). Sum of RGB (Red+Green+Blue) = 17+93+7=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #115D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D07 is #EEA2F8. Grayscale: #3C3C3C. Windows color (decimal): -15639289 or 482577. OLE color: 482577.

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

Color convert

RGB17937-
CMYK0.8200.920.64
HSL113.02º86%19.61%-
HSV(B)113.02º92.47%36.47%-
XYZ4.187.961.52-
YUV60.4797.8296.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 93 (36.72% from 255) = 79.49%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=14.53%
G=79.49%
B=5.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179370.8200.920.64113.028619.61
Hex115D75205C40715614
Octal211357122013410016112624
Binary10001101110111110100100101110010000001110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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