#074E14

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

Shades of Deep Fir #074E14

Tints of Deep Fir #074E14

Color information

#074E14 (or 0x074E14) is unknown color: approx Deep Fir. HEX triplet: 07, 4E and 14. RGB value is (7,78,20). Sum of RGB (Red+Green+Blue) = 7+78+20=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 78 (30.86% from 255 or 74.29% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 78 - color contains mainly: green. Hex color #074E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E14 is #F8B1EB. Grayscale: #323232. Windows color (decimal): -16298476 or 1330695. OLE color: 1330695.

HSL color Cylindrical-coordinate representation of color #074E14: hue angle of 130.99º 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 #074E14 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB77820-
CMYK0.9100.740.69
HSL130.99º83.53%16.67%-
HSV(B)130.99º91.03%30.59%-
XYZ2.945.541.58-
YUV50.16110.9897.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 78 (30.86% from 255) = 74.29%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=6.67%
G=74.29%
B=19.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778200.9100.740.69130.9983.5316.67
Hex74E145B04A45835411
Octal711624133011210520312421
Binary111100111010100101101101001010100010110000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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