#084116

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

Shades of Deep Fir #084116

Tints of Deep Fir #084116

Color information

#084116 (or 0x084116) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 16. RGB value is (8,65,22). Sum of RGB (Red+Green+Blue) = 8+65+22=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #084116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084116 is #F7BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16236266 or 1458440. OLE color: 1458440.

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

Color convert

RGB86522-
CMYK0.8800.660.75
HSL134.74º78.08%14.31%-
HSV(B)134.74º87.69%25.49%-
XYZ2.143.891.4-
YUV43.06116.12103-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=8.42%
G=68.42%
B=23.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865220.8800.660.75134.7478.0814.31
Hex84116580424B874ee
Octal1010126130010211320711616
Binary100010000011011010110000100001010010111000011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084116; }

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

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

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

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

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

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

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

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