Html Css Color HEX #071714 Dark Green

📋 copy color: '#071714'

red 7 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #071714

Tints of Dark Green #071714

RGB

 RED value IS 7 (3.13% from 255) = 14%

 GREEN value IS 23 (9.38% from 255) = 46%

 BLUE value IS 20 (8.2% from 255) = 40%

R = 14%
G = 46%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#071714 (or 0x071714) is known color: Dark Green. HEX triplet: 07, 17 and 14. RGB value is (7,23,20). Sum of RGB (Red+Green+Blue) = 7+23+20=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #071714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071714 is #F8E8EB. Grayscale: #111111. Windows color (decimal): -16312556 or 1316615. OLE color: 1316615.

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

Color convert

RGB 7 23 20 -
CMYK 0.70 0 0.13 0.91
HSL 168.75º 0.53% 0.06% -
HSV(B) 168.75º 0.7% 0.09% -
XYZ 0.52 0.71 0.77 -
YUV 17.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 7 23 20 0.70 0 0.13 0.91 168.75 0.53 0.06
Hex 7 17 14 46 0 D 5B A9 35 6
Octal 7 27 24 106 0 15 133 251 65 6
Binary 111 10111 10100 1000110 0 1101 1011011 10101001 110101 110

Color Harmonies of #071714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071714

Black with #071714

Text Example


Text Example

White with #071714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071714; }

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

 H1.HeaderClassName
 {
   color: #071714;
 }
 .AnyTagClassName
 {
   color: #071714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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