Html Css Color HEX #121711 Myrtle

📋 copy color: '#121711'

red 18 ◦ green 23 ◦ blue 17

#121711
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #121711

Tints of Myrtle #121711

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 value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#121711 (or 0x121711) is known color: 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

RGB 18 23 17 -
CMYK 0.22 0 0.26 0.91
HSL 110º 0.15% 0.08% -
HSV(B) 110º 0.26% 0.09% -
XYZ 0.66 0.78 0.65 -
YUV 20.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 18 23 17 0.22 0 0.26 0.91 110 0.15 0.08
Hex 12 17 11 16 0 1A 5B 6E F 8
Octal 22 27 21 26 0 32 133 156 17 10
Binary 10010 10111 10001 10110 0 11010 1011011 1101110 1111 1000

Color Harmonies of #121711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121711

Black with #121711

Text Example


Text Example

White with #121711

Text Example


Text Example

HTML Codes & Css Web 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>