Html Css Color HEX #101716 Dark Green

📋 copy color: '#101716'

red 16 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #101716

Tints of Dark Green #101716

RGB

 RED value IS 16 (6.64% from 255) = 26.23%

 GREEN value IS 23 (9.38% from 255) = 37.7%

 BLUE value IS 22 (8.98% from 255) = 36.07%

R = 26.23%
G = 37.7%
B = 36.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#101716 (or 0x101716) is known color: Dark Green. HEX triplet: 10, 17 and 16. RGB value is (16,23,22). Sum of RGB (Red+Green+Blue) = 16+23+22=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #101716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101716 is #EFE8E9. Grayscale: #141414. Windows color (decimal): -15722730 or 1447696. OLE color: 1447696.

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

Color convert

RGB 16 23 22 -
CMYK 0.30 0 0.04 0.91
HSL 171.43º 0.18% 0.08% -
HSV(B) 171.43º 0.3% 0.09% -
XYZ 0.66 0.78 0.87 -
YUV 20.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 16 23 22 0.30 0 0.04 0.91 171.43 0.18 0.08
Hex 10 17 16 1E 0 4 5B AB 12 8
Octal 20 27 26 36 0 4 133 253 22 10
Binary 10000 10111 10110 11110 0 100 1011011 10101011 10010 1000

Color Harmonies of #101716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101716

Black with #101716

Text Example


Text Example

White with #101716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101716; }

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

 H1.HeaderClassName
 {
   color: #101716;
 }
 .AnyTagClassName
 {
   color: #101716;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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