#101716

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

Shades of Dark Green #101716

Tints of Dark Green #101716

Color information

#101716 (or 0x101716) is unknown color: approx 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

RGB162322-
CMYK0.3000.040.91
HSL171.43º17.95%7.65%-
HSV(B)171.43º30.43%9.02%-
XYZ0.660.780.87-
YUV20.79128.68124.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=26.23%
G=37.70%
B=36.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623220.3000.040.91171.4317.957.65
Hex1017161E045Bab128
Octal20272636041332532210
Binary100001011110110111100100101101110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>