#07110B

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

Shades of Dark Green #07110B

Tints of Dark Green #07110B

Color information

#07110B (or 0x07110B) is unknown color: approx Dark Green. HEX triplet: 07, 11 and 0B. RGB value is (7,17,11). Sum of RGB (Red+Green+Blue) = 7+17+11=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #07110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110B is #F8EEF4. Grayscale: #0D0D0D. Windows color (decimal): -16314101 or 725255. OLE color: 725255.

HSL color Cylindrical-coordinate representation of color #07110B: hue angle of 144º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #07110B is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB71711-
CMYK0.5900.350.93
HSL144º41.67%4.71%-
HSV(B)144º58.82%6.67%-
XYZ0.350.470.39-
YUV13.33126.69123.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 48.57%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=20%
G=48.57%
B=31.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal717110.5900.350.9314441.674.71
Hex711B3B0235D902a5
Octal7211373043135220525
Binary1111000110111110110100011101110110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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