#07160E

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

Shades of Dark Green #07160E

Tints of Dark Green #07160E

Color information

#07160E (or 0x07160E) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 0E. RGB value is (7,22,14). Sum of RGB (Red+Green+Blue) = 7+22+14=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #07160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160E is #F8E9F1. Grayscale: #101010. Windows color (decimal): -16312818 or 923143. OLE color: 923143.

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

Color convert

RGB72214-
CMYK0.6800.360.91
HSL148º51.72%5.69%-
HSV(B)148º68.18%8.63%-
XYZ0.450.650.52-
YUV16.6126.53121.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=16.28%
G=51.16%
B=32.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722140.6800.360.9114851.725.69
Hex716E440245B94346
Octal72616104044133224646
Binary11110110111010001000100100101101110010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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