#084716

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

Shades of Deep Fir #084716

Tints of Deep Fir #084716

Color information

#084716 (or 0x084716) is unknown color: approx Deep Fir. HEX triplet: 08, 47 and 16. RGB value is (8,71,22). Sum of RGB (Red+Green+Blue) = 8+71+22=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #084716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084716 is #F7B8E9. Grayscale: #2E2E2E. Windows color (decimal): -16234730 or 1459976. OLE color: 1459976.

HSL color Cylindrical-coordinate representation of color #084716: hue angle of 133.33º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084716 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB87122-
CMYK0.8900.690.72
HSL133.33º79.75%15.49%-
HSV(B)133.33º88.73%27.84%-
XYZ2.54.621.52-
YUV46.58114.13100.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 71 (28.12% from 255) = 70.30%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=7.92%
G=70.30%
B=21.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871220.8900.690.72133.3379.7515.49
Hex8471659045488550f
Octal1010726131010511020512017
Binary100010001111011010110010100010110010001000010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084716; }

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

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

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

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

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

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

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

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