#115F10

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

Shades of Myrtle #115F10

Tints of Myrtle #115F10

Color information

#115F10 (or 0x115F10) is unknown color: approx Myrtle. HEX triplet: 11, 5F and 10. RGB value is (17,95,16). Sum of RGB (Red+Green+Blue) = 17+95+16=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #115F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F10 is #EEA0EF. Grayscale: #3E3E3E. Windows color (decimal): -15638768 or 1072913. OLE color: 1072913.

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

Color convert

RGB179516-
CMYK0.8200.830.63
HSL119.24º71.17%21.76%-
HSV(B)119.24º83.16%37.25%-
XYZ4.428.341.87-
YUV62.67101.6695.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 95 (37.5% from 255) = 74.22%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=13.28%
G=74.22%
B=12.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795160.8200.830.63119.2471.1721.76
Hex115F10520533F774716
Octal211372012201237716710726
Binary100011011111100001010010010100111111111110111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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