#073F11

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

Shades of Deep Fir #073F11

Tints of Deep Fir #073F11

Color information

#073F11 (or 0x073F11) is unknown color: approx Deep Fir. HEX triplet: 07, 3F and 11. RGB value is (7,63,17). Sum of RGB (Red+Green+Blue) = 7+63+17=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #073F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F11 is #F8C0EE. Grayscale: #292929. Windows color (decimal): -16302319 or 1130247. OLE color: 1130247.

HSL color Cylindrical-coordinate representation of color #073F11: hue angle of 130.71º 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 #073F11 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB76317-
CMYK0.8900.730.75
HSL130.71º80%13.73%-
HSV(B)130.71º88.89%24.71%-
XYZ1.973.641.13-
YUV41.01114.45103.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 63 (25% from 255) = 72.41%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=8.05%
G=72.41%
B=19.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal763170.8900.730.75130.718013.73
Hex73F11590494B8350e
Octal77721131011111320312016
Binary1111111111000110110010100100110010111000001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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