#07160C

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

Shades of Dark Green #07160C

Tints of Dark Green #07160C

Color information

#07160C (or 0x07160C) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 0C. RGB value is (7,22,12). Sum of RGB (Red+Green+Blue) = 7+22+12=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #07160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160C is #F8E9F3. Grayscale: #101010. Windows color (decimal): -16312820 or 792071. OLE color: 792071.

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

Color convert

RGB72212-
CMYK0.6800.450.91
HSL140º51.72%5.69%-
HSV(B)140º68.18%8.63%-
XYZ0.440.650.45-
YUV16.38125.53121.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=17.07%
G=53.66%
B=29.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722120.6800.450.9114051.725.69
Hex716C4402D5B8c346
Octal72614104055133214646
Binary11110110110010001000101101101101110001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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