Html Css Color HEX #121716 Dark Green

📋 copy color: '#121716'

red 18 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #121716

Tints of Dark Green #121716

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 18 23 22 -
CMYK 0.22 0 0.04 0.91
HSL 168º 0.12% 0.08% -
HSV(B) 168º 0.22% 0.09% -
XYZ 0.7 0.8 0.88 -
YUV 21.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 18 23 22 0.22 0 0.04 0.91 168 0.12 0.08
Hex 12 17 16 16 0 4 5B A8 C 8
Octal 22 27 26 26 0 4 133 250 14 10
Binary 10010 10111 10110 10110 0 100 1011011 10101000 1100 1000

Color Harmonies of #121716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121716

Black with #121716

Text Example


Text Example

White with #121716

Text Example


Text Example

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