Html Css Color HEX #084614 Deep Fir

📋 copy color: '#084614'

red 8 ◦ green 70 ◦ blue 20

#084614
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #084614

Tints of Deep Fir #084614

RGB

 RED value IS 8 (3.52% from 255) = 8.16%

 GREEN value IS 70 (27.73% from 255) = 71.43%

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 8.16%
G = 71.43%
B = 20.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#084614 (or 0x084614) is known color: Deep Fir. HEX triplet: 08, 46 and 14. RGB value is (8,70,20). Sum of RGB (Red+Green+Blue) = 8+70+20=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #084614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084614 is #F7B9EB. Grayscale: #2D2D2D. Windows color (decimal): -16234988 or 1328648. OLE color: 1328648.

HSL color Cylindrical-coordinate representation of color #084614: hue angle of 131.61º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084614 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 20 -
CMYK 0.89 0 0.71 0.73
HSL 131.61º 0.79% 0.15% -
HSV(B) 131.61º 0.89% 0.27% -
XYZ 2.42 4.48 1.4 -
YUV 45.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 8 70 20 0.89 0 0.71 0.73 131.61 0.79 0.15
Hex 8 46 14 59 0 47 49 84 4F F
Octal 10 106 24 131 0 107 111 204 117 17
Binary 1000 1000110 10100 1011001 0 1000111 1001001 10000100 1001111 1111

Color Harmonies of #084614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084614

Black with #084614

Text Example


Text Example

White with #084614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084614; }

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

 H1.HeaderClassName
 {
   color: #084614;
 }
 .AnyTagClassName
 {
   color: #084614;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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