#091714

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

Shades of Dark Green #091714

Tints of Dark Green #091714

Color information

#091714 (or 0x091714) is unknown color: approx Dark Green. HEX triplet: 09, 17 and 14. RGB value is (9,23,20). Sum of RGB (Red+Green+Blue) = 9+23+20=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #091714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091714 is #F6E8EB. Grayscale: #121212. Windows color (decimal): -16181484 or 1316617. OLE color: 1316617.

HSL color Cylindrical-coordinate representation of color #091714: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #091714 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB92320-
CMYK0.6100.130.91
HSL167.14º43.75%6.27%-
HSV(B)167.14º60.87%9.02%-
XYZ0.550.720.77-
YUV18.47128.86121.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.31%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=17.31%
G=44.23%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal923200.6100.130.91167.1443.756.27
Hex917143D0D5Ba72c6
Octal11272475015133247546
Binary1001101111010011110101101101101110100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091714; }

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

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

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

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

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

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

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

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