#074918

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

Shades of Deep Fir #074918

Tints of Deep Fir #074918

Color information

#074918 (or 0x074918) is unknown color: approx Deep Fir. HEX triplet: 07, 49 and 18. RGB value is (7,73,24). Sum of RGB (Red+Green+Blue) = 7+73+24=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #074918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074918 is #F8B6E7. Grayscale: #2F2F2F. Windows color (decimal): -16299752 or 1591559. OLE color: 1591559.

HSL color Cylindrical-coordinate representation of color #074918: hue angle of 135.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074918 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB77324-
CMYK0.9000.670.71
HSL135.45º82.5%15.69%-
HSV(B)135.45º90.41%28.63%-
XYZ2.644.881.67-
YUV47.68114.6398.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=6.73%
G=70.19%
B=23.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773240.9000.670.71135.4582.515.69
Hex749185A04347875210
Octal711130132010310720712220
Binary111100100111000101101001000011100011110000111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074918; }

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

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

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

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

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

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

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

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