#084916

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

Shades of Deep Fir #084916

Tints of Deep Fir #084916

Color information

#084916 (or 0x084916) is unknown color: approx Deep Fir. HEX triplet: 08, 49 and 16. RGB value is (8,73,22). Sum of RGB (Red+Green+Blue) = 8+73+22=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #084916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084916 is #F7B6E9. Grayscale: #2F2F2F. Windows color (decimal): -16234218 or 1460488. OLE color: 1460488.

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

Color convert

RGB87322-
CMYK0.8900.700.71
HSL132.92º80.25%15.88%-
HSV(B)132.92º89.04%28.63%-
XYZ2.634.871.56-
YUV47.75113.4799.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=7.77%
G=70.87%
B=21.36%

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
Decimal873220.8900.700.71132.9280.2515.88
Hex849165904647855010
Octal1011126131010610720512020
Binary1000100100110110101100101000110100011110000101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084916; }

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

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

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

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

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

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

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

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