#072510

Color #072510 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #072510

Tints of Deep Fir #072510

Color information

#072510 (or 0x072510) is unknown color: approx Deep Fir. HEX triplet: 07, 25 and 10. RGB value is (7,37,16). Sum of RGB (Red+Green+Blue) = 7+37+16=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #072510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072510 is #F8DAEF. Grayscale: #191919. Windows color (decimal): -16308976 or 1058055. OLE color: 1058055.

HSL color Cylindrical-coordinate representation of color #072510: hue angle of 138º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072510 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB73716-
CMYK0.8100.570.85
HSL138º68.18%8.63%-
HSV(B)138º81.08%14.51%-
XYZ0.841.410.72-
YUV25.64122.56114.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=11.67%
G=61.67%
B=26.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737160.8100.570.8513868.188.63
Hex7251051039558a449
Octal7452012107112521210411
Binary111100101100001010001011100110101011000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072510; }

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

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

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

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

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

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

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

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