#071210

Color #071210 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #071210

Tints of Dark Green #071210

Color information

#071210 (or 0x071210) is unknown color: approx Dark Green. HEX triplet: 07, 12 and 10. RGB value is (7,18,16). Sum of RGB (Red+Green+Blue) = 7+18+16=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #071210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071210 is #F8EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16313840 or 1053191. OLE color: 1053191.

HSL color Cylindrical-coordinate representation of color #071210: hue angle of 169.09º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #071210 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB71816-
CMYK0.6100.110.93
HSL169.09º44%4.9%-
HSV(B)169.09º61.11%7.06%-
XYZ0.40.520.57-
YUV14.48128.86122.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=17.07%
G=43.90%
B=39.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718160.6100.110.93169.09444.9
Hex712103D0B5Da92c5
Octal7222075013135251545
Binary111100101000011110101011101110110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071210; }

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

 H1.HeaderClassName
 {
   color: #071210;
 }
 .AnyTagClassName
 {
   color: #071210;
 }
</style>
background-color css

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

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

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

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

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

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