#121711

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

Shades of Myrtle #121711

Tints of Myrtle #121711

Color information

#121711 (or 0x121711) is unknown color: approx Myrtle. HEX triplet: 12, 17 and 11. RGB value is (18,23,17). Sum of RGB (Red+Green+Blue) = 18+23+17=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #121711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121711 is #EDE8EE. Grayscale: #141414. Windows color (decimal): -15591663 or 1120018. OLE color: 1120018.

HSL color Cylindrical-coordinate representation of color #121711: hue angle of 110º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #121711 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB182317-
CMYK0.2200.260.91
HSL110º15%7.84%-
HSV(B)110º26.09%9.02%-
XYZ0.660.780.65-
YUV20.82125.84125.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=31.03%
G=39.66%
B=29.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823170.2200.260.91110157.84
Hex1217111601A5B6ef8
Octal222721260321331561710
Binary100101011110001101100110101011011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121711; }

 p { color: rgb(18,23,17); }

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

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

 a { background-color: rgb(18,23,17); }

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

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

 span { border-color: rgb(18,23,17); }

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