#074C14

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

Shades of Deep Fir #074C14

Tints of Deep Fir #074C14

Color information

#074C14 (or 0x074C14) is unknown color: approx Deep Fir. HEX triplet: 07, 4C and 14. RGB value is (7,76,20). Sum of RGB (Red+Green+Blue) = 7+76+20=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #074C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C14 is #F8B3EB. Grayscale: #313131. Windows color (decimal): -16298988 or 1330183. OLE color: 1330183.

HSL color Cylindrical-coordinate representation of color #074C14: hue angle of 131.3º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C14 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB77620-
CMYK0.9100.740.70
HSL131.3º83.13%16.27%-
HSV(B)131.3º90.79%29.8%-
XYZ2.85.261.53-
YUV48.98111.6498.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=6.80%
G=73.79%
B=19.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776200.9100.740.70131.383.1316.27
Hex74C145B04A46835310
Octal711424133011210620312320
Binary111100110010100101101101001010100011010000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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