#114A06

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

Shades of Myrtle #114A06

Tints of Myrtle #114A06

Color information

#114A06 (or 0x114A06) is unknown color: approx Myrtle. HEX triplet: 11, 4A and 06. RGB value is (17,74,6). Sum of RGB (Red+Green+Blue) = 17+74+6=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #114A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A06 is #EEB5F9. Grayscale: #313131. Windows color (decimal): -15644154 or 412177. OLE color: 412177.

HSL color Cylindrical-coordinate representation of color #114A06: hue angle of 110.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114A06 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB17746-
CMYK0.7700.920.71
HSL110.29º85%15.69%-
HSV(B)110.29º91.89%29.02%-
XYZ2.715.031-
YUV49.2103.62105.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 74 (29.30% from 255) = 76.29%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=17.53%
G=76.29%
B=6.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal177460.7700.920.71110.298515.69
Hex114A64D05C476e5510
Octal211126115013410715612520
Binary10001100101011010011010101110010001111101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A06; }

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

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

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

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

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

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

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

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