#074E15

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

Shades of Deep Fir #074E15

Tints of Deep Fir #074E15

Color information

#074E15 (or 0x074E15) is unknown color: approx Deep Fir. HEX triplet: 07, 4E and 15. RGB value is (7,78,21). Sum of RGB (Red+Green+Blue) = 7+78+21=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #074E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E15 is #F8B1EA. Grayscale: #323232. Windows color (decimal): -16298475 or 1396231. OLE color: 1396231.

HSL color Cylindrical-coordinate representation of color #074E15: hue angle of 131.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E15 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB77821-
CMYK0.9100.730.69
HSL131.83º83.53%16.67%-
HSV(B)131.83º91.03%30.59%-
XYZ2.955.551.63-
YUV50.27111.4897.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 78 (30.86% from 255) = 73.58%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=6.60%
G=73.58%
B=19.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778210.9100.730.69131.8383.5316.67
Hex74E155B04945845411
Octal711625133011110520412421
Binary111100111010101101101101001001100010110000100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074E15; }

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

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

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

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

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

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

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

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