#074E16

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

Shades of Deep Fir #074E16

Tints of Deep Fir #074E16

Color information

#074E16 (or 0x074E16) is unknown color: approx Deep Fir. HEX triplet: 07, 4E and 16. RGB value is (7,78,22). Sum of RGB (Red+Green+Blue) = 7+78+22=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 78 (30.86% from 255 or 72.90% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 78 - color contains mainly: green. Hex color #074E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E16 is #F8B1E9. Grayscale: #323232. Windows color (decimal): -16298474 or 1461767. OLE color: 1461767.

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

Color convert

RGB77822-
CMYK0.9100.720.69
HSL132.68º83.53%16.67%-
HSV(B)132.68º91.03%30.59%-
XYZ2.965.551.67-
YUV50.39111.9897.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 78 (30.86% from 255) = 72.90%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=6.54%
G=72.90%
B=20.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778220.9100.720.69132.6883.5316.67
Hex74E165B04845855411
Octal711626133011010520512421
Binary111100111010110101101101001000100010110000101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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