#074111

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

Shades of Deep Fir #074111

Tints of Deep Fir #074111

Color information

#074111 (or 0x074111) is unknown color: approx Deep Fir. HEX triplet: 07, 41 and 11. RGB value is (7,65,17). Sum of RGB (Red+Green+Blue) = 7+65+17=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #074111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074111 is #F8BEEE. Grayscale: #2A2A2A. Windows color (decimal): -16301807 or 1130759. OLE color: 1130759.

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

Color convert

RGB76517-
CMYK0.8900.740.75
HSL130.34º80.56%14.12%-
HSV(B)130.34º89.23%25.49%-
XYZ2.083.871.17-
YUV42.19113.78102.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 65 (25.78% from 255) = 73.03%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=7.87%
G=73.03%
B=19.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765170.8900.740.75130.3480.5614.12
Hex741115904A4B8251e
Octal710121131011211320212116
Binary11110000011000110110010100101010010111000001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074111; }

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

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

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

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

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

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

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

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