#115006

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

Shades of Myrtle #115006

Tints of Myrtle #115006

Color information

#115006 (or 0x115006) is unknown color: approx Myrtle. HEX triplet: 11, 50 and 06. RGB value is (17,80,6). Sum of RGB (Red+Green+Blue) = 17+80+6=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #115006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115006 is #EEAFF9. Grayscale: #343434. Windows color (decimal): -15642618 or 413713. OLE color: 413713.

HSL color Cylindrical-coordinate representation of color #115006: hue angle of 111.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115006 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB17806-
CMYK0.7900.920.69
HSL111.08º86.05%16.86%-
HSV(B)111.08º92.5%31.37%-
XYZ3.135.871.14-
YUV52.73101.63102.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 80 (31.64% from 255) = 77.67%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=16.50%
G=77.67%
B=5.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178060.7900.920.69111.0886.0516.86
Hex115064F05C456f5611
Octal211206117013410515712621
Binary10001101000011010011110101110010001011101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115006; }

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

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

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

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

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

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

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

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