#074F14

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

Shades of Deep Fir #074F14

Tints of Deep Fir #074F14

Color information

#074F14 (or 0x074F14) is unknown color: approx Deep Fir. HEX triplet: 07, 4F and 14. RGB value is (7,79,20). Sum of RGB (Red+Green+Blue) = 7+79+20=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 79 (31.25% from 255 or 74.53% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 79 - color contains mainly: green. Hex color #074F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F14 is #F8B0EB. Grayscale: #323232. Windows color (decimal): -16298220 or 1330951. OLE color: 1330951.

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

Color convert

RGB77920-
CMYK0.9100.750.69
HSL130.83º83.72%16.86%-
HSV(B)130.83º91.14%30.98%-
XYZ3.015.691.6-
YUV50.75110.6596.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 79 (31.25% from 255) = 74.53%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=6.60%
G=74.53%
B=18.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal779200.9100.750.69130.8383.7216.86
Hex74F145B04B45835411
Octal711724133011310520312421
Binary111100111110100101101101001011100010110000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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