#114702

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

Shades of Myrtle #114702

Tints of Myrtle #114702

Color information

#114702 (or 0x114702) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 02. RGB value is (17,71,2). Sum of RGB (Red+Green+Blue) = 17+71+2=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #114702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114702 is #EEB8FD. Grayscale: #2F2F2F. Windows color (decimal): -15644926 or 149265. OLE color: 149265.

HSL color Cylindrical-coordinate representation of color #114702: hue angle of 106.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #114702 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB17712-
CMYK0.7600.970.72
HSL106.96º94.52%14.31%-
HSV(B)106.96º97.18%27.84%-
XYZ2.54.630.82-
YUV46.99102.61106.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=18.89%
G=78.89%
B=2.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal177120.7600.970.72106.9694.5214.31
Hex114724C061486b5fe
Octal211072114014111015313716
Binary100011000111101001100011000011001000110101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114702; }

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

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

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

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

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

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

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

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