Html Css Color HEX #091714 Dark Green

📋 copy color: '#091714'

red 9 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #091714

Tints of Dark Green #091714

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.2% from 255) = 38.46%

R = 17.31%
G = 44.23%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#091714 (or 0x091714) is known color: 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

RGB 9 23 20 -
CMYK 0.61 0 0.13 0.91
HSL 167.14º 0.44% 0.06% -
HSV(B) 167.14º 0.61% 0.09% -
XYZ 0.55 0.72 0.77 -
YUV 18.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 9 23 20 0.61 0 0.13 0.91 167.14 0.44 0.06
Hex 9 17 14 3D 0 D 5B A7 2C 6
Octal 11 27 24 75 0 15 133 247 54 6
Binary 1001 10111 10100 111101 0 1101 1011011 10100111 101100 110

Color Harmonies of #091714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091714

Black with #091714

Text Example


Text Example

White with #091714

Text Example


Text Example

HTML Codes & Css Web 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>