#074011

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

Shades of Deep Fir #074011

Tints of Deep Fir #074011

Color information

#074011 (or 0x074011) is unknown color: approx Deep Fir. HEX triplet: 07, 40 and 11. RGB value is (7,64,17). Sum of RGB (Red+Green+Blue) = 7+64+17=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #074011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074011 is #F8BFEE. Grayscale: #292929. Windows color (decimal): -16302063 or 1130503. OLE color: 1130503.

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

Color convert

RGB76417-
CMYK0.8900.730.75
HSL130.53º80.28%13.92%-
HSV(B)130.53º89.06%25.1%-
XYZ2.023.751.15-
YUV41.6114.12103.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=7.95%
G=72.73%
B=19.32%

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
Decimal764170.8900.730.75130.5380.2813.92
Hex74011590494B8350e
Octal710021131011111320312016
Binary11110000001000110110010100100110010111000001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074011; }

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

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

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

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

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

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

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

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