#072716

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

Shades of Dark Green #072716

Tints of Dark Green #072716

Color information

#072716 (or 0x072716) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 16. RGB value is (7,39,22). Sum of RGB (Red+Green+Blue) = 7+39+22=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #072716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072716 is #F8D8E9. Grayscale: #1B1B1B. Windows color (decimal): -16308458 or 1451783. OLE color: 1451783.

HSL color Cylindrical-coordinate representation of color #072716: hue angle of 148.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072716 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB73922-
CMYK0.8200.440.85
HSL148.12º69.57%9.02%-
HSV(B)148.12º82.05%15.29%-
XYZ0.961.551.01-
YUV27.49124.9113.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=10.29%
G=57.35%
B=32.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739220.8200.440.85148.1269.579.02
Hex727165202C5594469
Octal7472612205412522410611
Binary111100111101101010010010110010101011001010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072716; }

 p { color: rgb(7,39,22); }

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

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

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

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

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

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

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