Html Css Color HEX #071410 Dark Green

📋 copy color: '#071410'

red 7 ◦ green 20 ◦ blue 16

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

Shades of Dark Green #071410

Tints of Dark Green #071410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 37.21%

R = 16.28%
G = 46.51%
B = 37.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#071410 (or 0x071410) is known color: Dark Green. HEX triplet: 07, 14 and 10. RGB value is (7,20,16). Sum of RGB (Red+Green+Blue) = 7+20+16=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #071410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071410 is #F8EBEF. Grayscale: #0F0F0F. Windows color (decimal): -16313328 or 1053703. OLE color: 1053703.

HSL color Cylindrical-coordinate representation of color #071410: hue angle of 161.54º 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 #071410 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 16 -
CMYK 0.65 0 0.20 0.92
HSL 161.54º 0.48% 0.05% -
HSV(B) 161.54º 0.65% 0.08% -
XYZ 0.43 0.58 0.58 -
YUV 15.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 7 20 16 0.65 0 0.20 0.92 161.54 0.48 0.05
Hex 7 14 10 41 0 14 5C A2 30 5
Octal 7 24 20 101 0 24 134 242 60 5
Binary 111 10100 10000 1000001 0 10100 1011100 10100010 110000 101

Color Harmonies of #071410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071410

Black with #071410

Text Example


Text Example

White with #071410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071410; }

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

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

background-color css

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

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

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

border-color css

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

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

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