#074916

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

Shades of Deep Fir #074916

Tints of Deep Fir #074916

Color information

#074916 (or 0x074916) is unknown color: approx Deep Fir. HEX triplet: 07, 49 and 16. RGB value is (7,73,22). Sum of RGB (Red+Green+Blue) = 7+73+22=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #074916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074916 is #F8B6E9. Grayscale: #2F2F2F. Windows color (decimal): -16299754 or 1460487. OLE color: 1460487.

HSL color Cylindrical-coordinate representation of color #074916: hue angle of 133.64º 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 #074916 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB77322-
CMYK0.9000.700.71
HSL133.64º82.5%15.69%-
HSV(B)133.64º90.41%28.63%-
XYZ2.614.871.56-
YUV47.45113.6399.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 73 (28.91% from 255) = 71.57%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=6.86%
G=71.57%
B=21.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773220.9000.700.71133.6482.515.69
Hex749165A04647865210
Octal711126132010610720612220
Binary111100100110110101101001000110100011110000110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074916; }

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

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

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

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

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

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

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

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