#121716

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

Shades of Dark Green #121716

Tints of Dark Green #121716

Color information

#121716 (or 0x121716) is unknown color: approx Dark Green. HEX triplet: 12, 17 and 16. RGB value is (18,23,22). Sum of RGB (Red+Green+Blue) = 18+23+22=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 23 - color contains mainly: green. Hex color #121716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121716 is #EDE8E9. Grayscale: #151515. Windows color (decimal): -15591658 or 1447698. OLE color: 1447698.

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

Color convert

RGB182322-
CMYK0.2200.040.91
HSL168º12.2%8.04%-
HSV(B)168º21.74%9.02%-
XYZ0.70.80.88-
YUV21.39128.34125.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=28.57%
G=36.51%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823220.2200.040.9116812.28.04
Hex12171616045Ba8c8
Octal22272626041332501410
Binary10010101111011010110010010110111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121716; }

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

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

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

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

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

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

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

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