#084516

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

Shades of Deep Fir #084516

Tints of Deep Fir #084516

Color information

#084516 (or 0x084516) is unknown color: approx Deep Fir. HEX triplet: 08, 45 and 16. RGB value is (8,69,22). Sum of RGB (Red+Green+Blue) = 8+69+22=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #084516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084516 is #F7BAE9. Grayscale: #2D2D2D. Windows color (decimal): -16235242 or 1459464. OLE color: 1459464.

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

Color convert

RGB86922-
CMYK0.8800.680.73
HSL133.77º79.22%15.1%-
HSV(B)133.77º88.41%27.06%-
XYZ2.374.371.48-
YUV45.4114.79101.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 69 (27.34% from 255) = 69.70%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=8.08%
G=69.70%
B=22.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869220.8800.680.73133.7779.2215.1
Hex845165804449864ff
Octal1010526130010411120611717
Binary100010001011011010110000100010010010011000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084516; }

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

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

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

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

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

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

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

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