#084F15

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

Shades of Deep Fir #084F15

Tints of Deep Fir #084F15

Color information

#084F15 (or 0x084F15) is unknown color: approx Deep Fir. HEX triplet: 08, 4F and 15. RGB value is (8,79,21). Sum of RGB (Red+Green+Blue) = 8+79+21=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #084F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084F15 is #F7B0EA. Grayscale: #333333. Windows color (decimal): -16232683 or 1396488. OLE color: 1396488.

HSL color Cylindrical-coordinate representation of color #084F15: hue angle of 130.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F15 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB87921-
CMYK0.9000.730.69
HSL130.99º81.61%17.06%-
HSV(B)130.99º89.87%30.98%-
XYZ3.035.71.65-
YUV51.16110.9897.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 79 (31.25% from 255) = 73.15%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=7.41%
G=73.15%
B=19.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879210.9000.730.69130.9981.6117.06
Hex84F155A04945835211
Octal1011725132011110520312221
Binary1000100111110101101101001001001100010110000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,21); }

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

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

 a { background-color: rgb(8,79,21); }

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

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

 span { border-color: rgb(8,79,21); }

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