#07160F

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

Shades of Dark Green #07160F

Tints of Dark Green #07160F

Color information

#07160F (or 0x07160F) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 0F. RGB value is (7,22,15). Sum of RGB (Red+Green+Blue) = 7+22+15=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #07160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160F is #F8E9F0. Grayscale: #101010. Windows color (decimal): -16312817 or 988679. OLE color: 988679.

HSL color Cylindrical-coordinate representation of color #07160F: hue angle of 152º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #07160F is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB72215-
CMYK0.6800.320.91
HSL152º51.72%5.69%-
HSV(B)152º68.18%8.63%-
XYZ0.460.650.55-
YUV16.72127.03121.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=15.91%
G=50%
B=34.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722150.6800.320.9115251.725.69
Hex716F440205B98346
Octal72617104040133230646
Binary11110110111110001000100000101101110011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07160F; }

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

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

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

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

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

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

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

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