#115B12

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

Shades of Myrtle #115B12

Tints of Myrtle #115B12

Color information

#115B12 (or 0x115B12) is unknown color: approx Myrtle. HEX triplet: 11, 5B and 12. RGB value is (17,91,18). Sum of RGB (Red+Green+Blue) = 17+91+18=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 91 (35.94% from 255 or 72.22% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 91 - color contains mainly: green. Hex color #115B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B12 is #EEA4ED. Grayscale: #3C3C3C. Windows color (decimal): -15639790 or 1202961. OLE color: 1202961.

HSL color Cylindrical-coordinate representation of color #115B12: hue angle of 120.81º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B12 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB179118-
CMYK0.8100.800.64
HSL120.81º68.52%21.18%-
HSV(B)120.81º81.32%35.69%-
XYZ4.087.651.83-
YUV60.55103.9896.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 91 (35.94% from 255) = 72.22%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=13.49%
G=72.22%
B=14.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791180.8100.800.64120.8168.5221.18
Hex115B125105040794515
Octal2113322121012010017110525
Binary1000110110111001010100010101000010000001111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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