#073F0F

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

Shades of Deep Fir #073F0F

Tints of Deep Fir #073F0F

Color information

#073F0F (or 0x073F0F) is unknown color: approx Deep Fir. HEX triplet: 07, 3F and 0F. RGB value is (7,63,15). Sum of RGB (Red+Green+Blue) = 7+63+15=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #073F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F0F is #F8C0F0. Grayscale: #282828. Windows color (decimal): -16302321 or 999175. OLE color: 999175.

HSL color Cylindrical-coordinate representation of color #073F0F: hue angle of 128.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F0F is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB76315-
CMYK0.8900.760.75
HSL128.57º80%13.73%-
HSV(B)128.57º88.89%24.71%-
XYZ1.953.631.05-
YUV40.78113.45103.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 63 (25% from 255) = 74.12%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=8.24%
G=74.12%
B=17.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763150.8900.760.75128.578013.73
Hex73FF5904C4B8150e
Octal77717131011411320112016
Binary111111111111110110010100110010010111000000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073F0F; }

 p { color: rgb(7,63,15); }

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

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

 a { background-color: rgb(7,63,15); }

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

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

 span { border-color: rgb(7,63,15); }

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