#07120B

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

Shades of Dark Green #07120B

Tints of Dark Green #07120B

Color information

#07120B (or 0x07120B) is unknown color: approx Dark Green. HEX triplet: 07, 12 and 0B. RGB value is (7,18,11). Sum of RGB (Red+Green+Blue) = 7+18+11=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #07120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120B is #F8EDF4. Grayscale: #0D0D0D. Windows color (decimal): -16313845 or 725511. OLE color: 725511.

HSL color Cylindrical-coordinate representation of color #07120B: hue angle of 141.82º 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 #07120B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB71811-
CMYK0.6100.390.93
HSL141.82º44%4.9%-
HSV(B)141.82º61.11%7.06%-
XYZ0.360.50.39-
YUV13.91126.36123.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 18 (7.42% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=19.44%
G=50%
B=30.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718110.6100.390.93141.82444.9
Hex712B3D0275D8e2c5
Octal7221375047135216545
Binary1111001010111111010100111101110110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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