Html Css Color HEX #071010 Dark Green

📋 copy color: '#071010'

red 7 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #071010

Tints of Dark Green #071010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 17.95%
G = 41.03%
B = 41.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#071010 (or 0x071010) is known color: Dark Green. HEX triplet: 07, 10 and 10. RGB value is (7,16,16). Sum of RGB (Red+Green+Blue) = 7+16+16=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #071010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071010 is #F8EFEF. Grayscale: #0D0D0D. Windows color (decimal): -16314352 or 1052679. OLE color: 1052679.

HSL color Cylindrical-coordinate representation of color #071010: hue angle of 180º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #071010 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 16 -
CMYK 0.56 0 0 0.94
HSL 180º 0.39% 0.05% -
HSV(B) 180º 0.56% 0.06% -
XYZ 0.37 0.45 0.56 -
YUV 13.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 7 16 16 0.56 0 0 0.94 180 0.39 0.05
Hex 7 10 10 38 0 0 5E B4 27 5
Octal 7 20 20 70 0 0 136 264 47 5
Binary 111 10000 10000 111000 0 0 1011110 10110100 100111 101

Color Harmonies of #071010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071010

Black with #071010

Text Example


Text Example

White with #071010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071010; }

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

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

background-color css

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

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

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

border-color css

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

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

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