#085115

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

Shades of Deep Fir #085115

Tints of Deep Fir #085115

Color information

#085115 (or 0x085115) is unknown color: approx Deep Fir. HEX triplet: 08, 51 and 15. RGB value is (8,81,21). Sum of RGB (Red+Green+Blue) = 8+81+21=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #085115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085115 is #F7AEEA. Grayscale: #343434. Windows color (decimal): -16232171 or 1397000. OLE color: 1397000.

HSL color Cylindrical-coordinate representation of color #085115: hue angle of 130.68º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085115 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB88121-
CMYK0.9000.740.68
HSL130.68º82.02%17.45%-
HSV(B)130.68º90.12%31.76%-
XYZ3.185.991.7-
YUV52.33110.3296.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 81 (32.03% from 255) = 73.64%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=7.27%
G=73.64%
B=19.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881210.9000.740.68130.6882.0217.45
Hex851155A04A44835211
Octal1012125132011210420312221
Binary1000101000110101101101001001010100010010000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085115; }

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

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

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

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

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

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

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

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