#116214

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

Shades of Myrtle #116214

Tints of Myrtle #116214

Color information

#116214 (or 0x116214) is unknown color: approx Myrtle. HEX triplet: 11, 62 and 14. RGB value is (17,98,20). Sum of RGB (Red+Green+Blue) = 17+98+20=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #116214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116214 is #EE9DEB. Grayscale: #414141. Windows color (decimal): -15637996 or 1335825. OLE color: 1335825.

HSL color Cylindrical-coordinate representation of color #116214: hue angle of 122.22º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116214 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB179820-
CMYK0.8300.800.62
HSL122.22º70.43%22.55%-
HSV(B)122.22º82.65%38.43%-
XYZ4.738.912.13-
YUV64.89102.6693.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 98 (38.67% from 255) = 72.59%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=12.59%
G=72.59%
B=14.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798200.8300.800.62122.2270.4322.55
Hex116214530503E7a4617
Octal211422412301207617210627
Binary100011100010101001010011010100001111101111010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116214; }

 p { color: rgb(17,98,20); }

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

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

 a { background-color: rgb(17,98,20); }

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

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

 span { border-color: rgb(17,98,20); }

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