#074417

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

Shades of Deep Fir #074417

Tints of Deep Fir #074417

Color information

#074417 (or 0x074417) is unknown color: approx Deep Fir. HEX triplet: 07, 44 and 17. RGB value is (7,68,23). Sum of RGB (Red+Green+Blue) = 7+68+23=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #074417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074417 is #F8BBE8. Grayscale: #2C2C2C. Windows color (decimal): -16301033 or 1524743. OLE color: 1524743.

HSL color Cylindrical-coordinate representation of color #074417: hue angle of 135.74º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074417 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB76823-
CMYK0.9000.660.73
HSL135.74º81.33%14.71%-
HSV(B)135.74º89.71%26.67%-
XYZ2.314.241.51-
YUV44.63115.79101.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=7.14%
G=69.39%
B=23.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768230.9000.660.73135.7481.3314.71
Hex744175A042498851f
Octal710427132010211121012117
Binary11110001001011110110100100001010010011000100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074417; }

 p { color: rgb(7,68,23); }

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

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

 a { background-color: rgb(7,68,23); }

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

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

 span { border-color: rgb(7,68,23); }

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