#084012

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

Shades of Deep Fir #084012

Tints of Deep Fir #084012

Color information

#084012 (or 0x084012) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 12. RGB value is (8,64,18). Sum of RGB (Red+Green+Blue) = 8+64+18=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #084012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084012 is #F7BFED. Grayscale: #2A2A2A. Windows color (decimal): -16236526 or 1196040. OLE color: 1196040.

HSL color Cylindrical-coordinate representation of color #084012: hue angle of 130.71º 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 #084012 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB86418-
CMYK0.8700.720.75
HSL130.71º77.78%14.12%-
HSV(B)130.71º87.5%25.1%-
XYZ2.043.761.19-
YUV42.01114.45103.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 18 (7.42% from 255) = 20%
R=8.89%
G=71.11%
B=20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864180.8700.720.75130.7177.7814.12
Hex84012570484B834ee
Octal1010022127011011320311616
Binary100010000001001010101110100100010010111000001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084012; }

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

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

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

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

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

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

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

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