#074C13

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

Shades of Deep Fir #074C13

Tints of Deep Fir #074C13

Color information

#074C13 (or 0x074C13) is unknown color: approx Deep Fir. HEX triplet: 07, 4C and 13. RGB value is (7,76,19). Sum of RGB (Red+Green+Blue) = 7+76+19=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 76 (30.08% from 255 or 74.51% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 76 - color contains mainly: green. Hex color #074C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C13 is #F8B3EC. Grayscale: #313131. Windows color (decimal): -16298989 or 1264647. OLE color: 1264647.

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

Color convert

RGB77619-
CMYK0.9100.750.70
HSL130.43º83.13%16.27%-
HSV(B)130.43º90.79%29.8%-
XYZ2.795.261.48-
YUV48.87111.1498.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 76 (30.08% from 255) = 74.51%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=6.86%
G=74.51%
B=18.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776190.9100.750.70130.4383.1316.27
Hex74C135B04B46825310
Octal711423133011310620212320
Binary111100110010011101101101001011100011010000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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