#084010

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

Shades of Deep Fir #084010

Tints of Deep Fir #084010

Color information

#084010 (or 0x084010) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 10. RGB value is (8,64,16). Sum of RGB (Red+Green+Blue) = 8+64+16=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #084010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084010 is #F7BFEF. Grayscale: #292929. Windows color (decimal): -16236528 or 1064968. OLE color: 1064968.

HSL color Cylindrical-coordinate representation of color #084010: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084010 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB86416-
CMYK0.8700.750.75
HSL128.57º77.78%14.12%-
HSV(B)128.57º87.5%25.1%-
XYZ2.033.761.11-
YUV41.78113.45103.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=9.09%
G=72.73%
B=18.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864160.8700.750.75128.5777.7814.12
Hex840105704B4B814ee
Octal1010020127011311320111616
Binary100010000001000010101110100101110010111000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084010; }

 p { color: rgb(8,64,16); }

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

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

 a { background-color: rgb(8,64,16); }

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

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

 span { border-color: rgb(8,64,16); }

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