#115702

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

Shades of Myrtle #115702

Tints of Myrtle #115702

Color information

#115702 (or 0x115702) is unknown color: approx Myrtle. HEX triplet: 11, 57 and 02. RGB value is (17,87,2). Sum of RGB (Red+Green+Blue) = 17+87+2=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #115702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115702 is #EEA8FD. Grayscale: #383838. Windows color (decimal): -15640830 or 153361. OLE color: 153361.

HSL color Cylindrical-coordinate representation of color #115702: hue angle of 109.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #115702 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB17872-
CMYK0.8000.980.66
HSL109.41º95.51%17.45%-
HSV(B)109.41º97.7%34.12%-
XYZ3.656.941.2-
YUV56.3897.3199.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 87 (34.38% from 255) = 82.08%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=16.04%
G=82.08%
B=1.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal178720.8000.980.66109.4195.5117.45
Hex1157250062426d6011
Octal211272120014210215514021
Binary1000110101111010100000110001010000101101101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115702; }

 p { color: rgb(17,87,2); }

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

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

 a { background-color: rgb(17,87,2); }

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

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

 span { border-color: rgb(17,87,2); }

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