#074211

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

Shades of Deep Fir #074211

Tints of Deep Fir #074211

Color information

#074211 (or 0x074211) is unknown color: approx Deep Fir. HEX triplet: 07, 42 and 11. RGB value is (7,66,17). Sum of RGB (Red+Green+Blue) = 7+66+17=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #074211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074211 is #F8BDEE. Grayscale: #2A2A2A. Windows color (decimal): -16301551 or 1131015. OLE color: 1131015.

HSL color Cylindrical-coordinate representation of color #074211: hue angle of 130.17º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074211 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB76617-
CMYK0.8900.740.74
HSL130.17º80.82%14.31%-
HSV(B)130.17º89.39%25.88%-
XYZ2.143.981.19-
YUV42.77113.45102.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 66 (26.17% from 255) = 73.33%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=7.78%
G=73.33%
B=18.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766170.8900.740.74130.1780.8214.31
Hex742115904A4A8251e
Octal710221131011211220212116
Binary11110000101000110110010100101010010101000001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074211; }

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

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

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

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

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

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

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

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