#115F12

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

Shades of Myrtle #115F12

Tints of Myrtle #115F12

Color information

#115F12 (or 0x115F12) is unknown color: approx Myrtle. HEX triplet: 11, 5F and 12. RGB value is (17,95,18). Sum of RGB (Red+Green+Blue) = 17+95+18=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 95 (37.5% from 255 or 73.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 95 - color contains mainly: green. Hex color #115F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F12 is #EEA0ED. Grayscale: #3F3F3F. Windows color (decimal): -15638766 or 1203985. OLE color: 1203985.

HSL color Cylindrical-coordinate representation of color #115F12: hue angle of 120.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F12 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB179518-
CMYK0.8200.810.63
HSL120.77º69.64%21.96%-
HSV(B)120.77º82.11%37.25%-
XYZ4.438.351.95-
YUV62.9102.6695.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 95 (37.5% from 255) = 73.08%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=13.08%
G=73.08%
B=13.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795180.8200.810.63120.7769.6421.96
Hex115F12520513F794616
Octal211372212201217717110626
Binary100011011111100101010010010100011111111111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,95,18); }

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

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

 a { background-color: rgb(17,95,18); }

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

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

 span { border-color: rgb(17,95,18); }

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