#101714

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

Shades of Dark Green #101714

Tints of Dark Green #101714

Color information

#101714 (or 0x101714) is unknown color: approx Dark Green. HEX triplet: 10, 17 and 14. RGB value is (16,23,20). Sum of RGB (Red+Green+Blue) = 16+23+20=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #101714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101714 is #EFE8EB. Grayscale: #141414. Windows color (decimal): -15722732 or 1316624. OLE color: 1316624.

HSL color Cylindrical-coordinate representation of color #101714: hue angle of 154.29º 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 #101714 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB162320-
CMYK0.3000.130.91
HSL154.29º17.95%7.65%-
HSV(B)154.29º30.43%9.02%-
XYZ0.650.770.78-
YUV20.56127.68124.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=27.12%
G=38.98%
B=33.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623200.3000.130.91154.2917.957.65
Hex1017141E0D5B9a128
Octal202724360151332322210
Binary1000010111101001111001101101101110011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101714; }

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

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

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

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

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

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

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

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