#101614

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

Shades of Dark Green #101614

Tints of Dark Green #101614

Color information

#101614 (or 0x101614) is unknown color: approx Dark Green. HEX triplet: 10, 16 and 14. RGB value is (16,22,20). Sum of RGB (Red+Green+Blue) = 16+22+20=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 22 - color contains mainly: green. Hex color #101614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101614 is #EFE9EB. Grayscale: #131313. Windows color (decimal): -15722988 or 1316368. OLE color: 1316368.

HSL color Cylindrical-coordinate representation of color #101614: hue angle of 160º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #101614 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB162220-
CMYK0.2700.090.91
HSL160º15.79%7.45%-
HSV(B)160º27.27%8.63%-
XYZ0.630.730.77-
YUV19.98128.01125.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1622200.2700.090.9116015.797.45
Hex1016141B095Ba0107
Octal20262433011133240207
Binary100001011010100110110100110110111010000010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101614; }

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

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

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

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

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

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

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

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