#084D1A

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

Shades of Deep Fir #084D1A

Tints of Deep Fir #084D1A

Color information

#084D1A (or 0x084D1A) is unknown color: approx Deep Fir. HEX triplet: 08, 4D and 1A. RGB value is (8,77,26). Sum of RGB (Red+Green+Blue) = 8+77+26=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #084D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D1A is #F7B2E5. Grayscale: #323232. Windows color (decimal): -16233190 or 1723656. OLE color: 1723656.

HSL color Cylindrical-coordinate representation of color #084D1A: hue angle of 135.65º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D1A is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB87726-
CMYK0.9000.660.70
HSL135.65º81.18%16.67%-
HSV(B)135.65º89.61%30.2%-
XYZ2.945.431.87-
YUV50.56114.1497.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 77 (30.47% from 255) = 69.37%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=7.21%
G=69.37%
B=23.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877260.9000.660.70135.6581.1816.67
Hex84D1A5A04246885111
Octal1011532132010210621012121
Binary1000100110111010101101001000010100011010001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084D1A; }

 p { color: rgb(8,77,26); }

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

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

 a { background-color: rgb(8,77,26); }

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

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

 span { border-color: rgb(8,77,26); }

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