#084712

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

Shades of Deep Fir #084712

Tints of Deep Fir #084712

Color information

#084712 (or 0x084712) is unknown color: approx Deep Fir. HEX triplet: 08, 47 and 12. RGB value is (8,71,18). Sum of RGB (Red+Green+Blue) = 8+71+18=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #084712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084712 is #F7B8ED. Grayscale: #2E2E2E. Windows color (decimal): -16234734 or 1197832. OLE color: 1197832.

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

Color convert

RGB87118-
CMYK0.8900.750.72
HSL129.52º79.75%15.49%-
HSV(B)129.52º88.73%27.84%-
XYZ2.464.61.33-
YUV46.12112.13100.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 71 (28.12% from 255) = 73.20%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=8.25%
G=73.20%
B=18.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871180.8900.750.72129.5279.7515.49
Hex847125904B488250f
Octal1010722131011311020212017
Binary100010001111001010110010100101110010001000001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084712; }

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

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

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

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

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

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

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

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