#115612

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

Shades of Myrtle #115612

Tints of Myrtle #115612

Color information

#115612 (or 0x115612) is unknown color: approx Myrtle. HEX triplet: 11, 56 and 12. RGB value is (17,86,18). Sum of RGB (Red+Green+Blue) = 17+86+18=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #115612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115612 is #EEA9ED. Grayscale: #393939. Windows color (decimal): -15641070 or 1201681. OLE color: 1201681.

HSL color Cylindrical-coordinate representation of color #115612: hue angle of 120.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115612 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB178618-
CMYK0.8000.790.66
HSL120.87º66.99%20.2%-
HSV(B)120.87º80.23%33.73%-
XYZ3.676.821.7-
YUV57.62105.6499.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=14.05%
G=71.07%
B=14.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786180.8000.790.66120.8766.9920.2
Hex1156125004F42794314
Octal2112622120011710217110324
Binary1000110101101001010100000100111110000101111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115612; }

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

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

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

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

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

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

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

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