Html Css Color HEX #071411 Dark Green

📋 copy color: '#071411'

red 7 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #071411

Tints of Dark Green #071411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 45.45%

 BLUE value IS 17 (7.03% from 255) = 38.64%

R = 15.91%
G = 45.45%
B = 38.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#071411 (or 0x071411) is known color: Dark Green. HEX triplet: 07, 14 and 11. RGB value is (7,20,17). Sum of RGB (Red+Green+Blue) = 7+20+17=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #071411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071411 is #F8EBEE. Grayscale: #0F0F0F. Windows color (decimal): -16313327 or 1119239. OLE color: 1119239.

HSL color Cylindrical-coordinate representation of color #071411: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071411 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 17 -
CMYK 0.65 0 0.15 0.92
HSL 166.15º 0.48% 0.05% -
HSV(B) 166.15º 0.65% 0.08% -
XYZ 0.44 0.59 0.62 -
YUV 15.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 7 20 17 0.65 0 0.15 0.92 166.15 0.48 0.05
Hex 7 14 11 41 0 F 5C A6 30 5
Octal 7 24 21 101 0 17 134 246 60 5
Binary 111 10100 10001 1000001 0 1111 1011100 10100110 110000 101

Color Harmonies of #071411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071411

Black with #071411

Text Example


Text Example

White with #071411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071411; }

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

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

background-color css

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

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

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

border-color css

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

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

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