#074215

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

Shades of Deep Fir #074215

Tints of Deep Fir #074215

Color information

#074215 (or 0x074215) is unknown color: approx Deep Fir. HEX triplet: 07, 42 and 15. RGB value is (7,66,21). Sum of RGB (Red+Green+Blue) = 7+66+21=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #074215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074215 is #F8BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16301547 or 1393159. OLE color: 1393159.

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

Color convert

RGB76621-
CMYK0.8900.680.74
HSL134.24º80.82%14.31%-
HSV(B)134.24º89.39%25.88%-
XYZ2.1741.37-
YUV43.23115.45102.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=7.45%
G=70.21%
B=22.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766210.8900.680.74134.2480.8214.31
Hex74215590444A8651e
Octal710225131010411220612116
Binary11110000101010110110010100010010010101000011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074215; }

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

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

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

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

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

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

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

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