#07120C

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

Shades of Dark Green #07120C

Tints of Dark Green #07120C

Color information

#07120C (or 0x07120C) is unknown color: approx Dark Green. HEX triplet: 07, 12 and 0C. RGB value is (7,18,12). Sum of RGB (Red+Green+Blue) = 7+18+12=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #07120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120C is #F8EDF3. Grayscale: #0E0E0E. Windows color (decimal): -16313844 or 791047. OLE color: 791047.

HSL color Cylindrical-coordinate representation of color #07120C: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #07120C is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB71812-
CMYK0.6100.330.93
HSL147.27º44%4.9%-
HSV(B)147.27º61.11%7.06%-
XYZ0.370.50.43-
YUV14.03126.86122.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=18.92%
G=48.65%
B=32.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718120.6100.330.93147.27444.9
Hex712C3D0215D932c5
Octal7221475041135223545
Binary1111001011001111010100001101110110010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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