#084A16

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

Shades of Deep Fir #084A16

Tints of Deep Fir #084A16

Color information

#084A16 (or 0x084A16) is unknown color: approx Deep Fir. HEX triplet: 08, 4A and 16. RGB value is (8,74,22). Sum of RGB (Red+Green+Blue) = 8+74+22=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #084A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A16 is #F7B5E9. Grayscale: #303030. Windows color (decimal): -16233962 or 1460744. OLE color: 1460744.

HSL color Cylindrical-coordinate representation of color #084A16: hue angle of 132.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A16 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB87422-
CMYK0.8900.700.71
HSL132.73º80.49%16.08%-
HSV(B)132.73º89.19%29.02%-
XYZ2.695.011.58-
YUV48.34113.1399.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 74 (29.30% from 255) = 71.15%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=7.69%
G=71.15%
B=21.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874220.8900.700.71132.7380.4916.08
Hex84A165904647855010
Octal1011226131010610720512020
Binary1000100101010110101100101000110100011110000101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084A16; }

 p { color: rgb(8,74,22); }

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

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

 a { background-color: rgb(8,74,22); }

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

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

 span { border-color: rgb(8,74,22); }

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