#07160D

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

Shades of Dark Green #07160D

Tints of Dark Green #07160D

Color information

#07160D (or 0x07160D) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 0D. RGB value is (7,22,13). Sum of RGB (Red+Green+Blue) = 7+22+13=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #07160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160D is #F8E9F2. Grayscale: #101010. Windows color (decimal): -16312819 or 857607. OLE color: 857607.

HSL color Cylindrical-coordinate representation of color #07160D: hue angle of 144º 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 #07160D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB72213-
CMYK0.6800.410.91
HSL144º51.72%5.69%-
HSV(B)144º68.18%8.63%-
XYZ0.450.650.48-
YUV16.49126.03121.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 22 (8.98% from 255) = 52.38%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=16.67%
G=52.38%
B=30.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722130.6800.410.9114451.725.69
Hex716D440295B90346
Octal72615104051133220646
Binary11110110110110001000101001101101110010000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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