#084A14

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

Shades of Deep Fir #084A14

Tints of Deep Fir #084A14

Color information

#084A14 (or 0x084A14) is unknown color: approx Deep Fir. HEX triplet: 08, 4A and 14. RGB value is (8,74,20). Sum of RGB (Red+Green+Blue) = 8+74+20=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 74 (29.30% from 255 or 72.55% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 74 - color contains mainly: green. Hex color #084A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A14 is #F7B5EB. Grayscale: #303030. Windows color (decimal): -16233964 or 1329672. OLE color: 1329672.

HSL color Cylindrical-coordinate representation of color #084A14: hue angle of 130.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A14 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB87420-
CMYK0.8900.730.71
HSL130.91º80.49%16.08%-
HSV(B)130.91º89.19%29.02%-
XYZ2.6851.49-
YUV48.11112.1399.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 74 (29.30% from 255) = 72.55%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=7.84%
G=72.55%
B=19.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874200.8900.730.71130.9180.4916.08
Hex84A145904947835010
Octal1011224131011110720312020
Binary1000100101010100101100101001001100011110000011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,74,20); }

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

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

 a { background-color: rgb(8,74,20); }

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

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

 span { border-color: rgb(8,74,20); }

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