#07100A

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

Shades of Dark Green #07100A

Tints of Dark Green #07100A

Color information

#07100A (or 0x07100A) is unknown color: approx Dark Green. HEX triplet: 07, 10 and 0A. RGB value is (7,16,10). Sum of RGB (Red+Green+Blue) = 7+16+10=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #07100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100A is #F8EFF5. Grayscale: #0C0C0C. Windows color (decimal): -16314358 or 659463. OLE color: 659463.

HSL color Cylindrical-coordinate representation of color #07100A: hue angle of 140º 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 #07100A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB71610-
CMYK0.5600.370.94
HSL140º39.13%4.51%-
HSV(B)140º56.25%6.27%-
XYZ0.330.440.35-
YUV12.62126.52123.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=21.21%
G=48.48%
B=30.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal716100.5600.370.9414039.134.51
Hex710A380255E8c275
Octal7201270045136214475
Binary1111000010101110000100101101111010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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