#07100B

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

Shades of Dark Green #07100B

Tints of Dark Green #07100B

Color information

#07100B (or 0x07100B) is unknown color: approx Dark Green. HEX triplet: 07, 10 and 0B. RGB value is (7,16,11). Sum of RGB (Red+Green+Blue) = 7+16+11=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #07100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100B is #F8EFF4. Grayscale: #0C0C0C. Windows color (decimal): -16314357 or 724999. OLE color: 724999.

HSL color Cylindrical-coordinate representation of color #07100B: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #07100B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB71611-
CMYK0.5600.310.94
HSL146.67º39.13%4.51%-
HSV(B)146.67º56.25%6.27%-
XYZ0.330.440.38-
YUV12.74127.02123.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 16 (6.64% from 255) = 47.06%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=20.59%
G=47.06%
B=32.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal716110.5600.310.94146.6739.134.51
Hex710B3801F5E93275
Octal7201370037136223475
Binary111100001011111000011111101111010010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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