#074516

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

Shades of Deep Fir #074516

Tints of Deep Fir #074516

Color information

#074516 (or 0x074516) is unknown color: approx Deep Fir. HEX triplet: 07, 45 and 16. RGB value is (7,69,22). Sum of RGB (Red+Green+Blue) = 7+69+22=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #074516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074516 is #F8BAE9. Grayscale: #2D2D2D. Windows color (decimal): -16300778 or 1459463. OLE color: 1459463.

HSL color Cylindrical-coordinate representation of color #074516: hue angle of 134.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074516 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB76922-
CMYK0.9000.680.73
HSL134.52º81.58%14.9%-
HSV(B)134.52º89.86%27.06%-
XYZ2.364.361.48-
YUV45.1114.96100.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 69 (27.34% from 255) = 70.41%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=7.14%
G=70.41%
B=22.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769220.9000.680.73134.5281.5814.9
Hex745165A044498752f
Octal710526132010411120712217
Binary11110001011011010110100100010010010011000011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074516; }

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

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

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

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

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

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

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

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