#074C18

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

Shades of Deep Fir #074C18

Tints of Deep Fir #074C18

Color information

#074C18 (or 0x074C18) is unknown color: approx Deep Fir. HEX triplet: 07, 4C and 18. RGB value is (7,76,24). Sum of RGB (Red+Green+Blue) = 7+76+24=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #074C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C18 is #F8B3E7. Grayscale: #313131. Windows color (decimal): -16298984 or 1592327. OLE color: 1592327.

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

Color convert

RGB77624-
CMYK0.9100.680.70
HSL134.78º83.13%16.27%-
HSV(B)134.78º90.79%29.8%-
XYZ2.845.281.73-
YUV49.44113.6497.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 76 (30.08% from 255) = 71.03%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=6.54%
G=71.03%
B=22.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776240.9100.680.70134.7883.1316.27
Hex74C185B04446875310
Octal711430133010410620712320
Binary111100110011000101101101000100100011010000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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