Html Css Color HEX #084516 Deep Fir

📋 copy color: '#084516'

red 8 ◦ green 69 ◦ blue 22

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

Shades of Deep Fir #084516

Tints of Deep Fir #084516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 69.7%

 BLUE value IS 22 (8.98% from 255) = 22.22%

R = 8.08%
G = 69.7%
B = 22.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#084516 (or 0x084516) is known color: Deep Fir. HEX triplet: 08, 45 and 16. RGB value is (8,69,22). Sum of RGB (Red+Green+Blue) = 8+69+22=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #084516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084516 is #F7BAE9. Grayscale: #2D2D2D. Windows color (decimal): -16235242 or 1459464. OLE color: 1459464.

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

Color convert

RGB 8 69 22 -
CMYK 0.88 0 0.68 0.73
HSL 133.77º 0.79% 0.15% -
HSV(B) 133.77º 0.88% 0.27% -
XYZ 2.37 4.37 1.48 -
YUV 45.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 8 69 22 0.88 0 0.68 0.73 133.77 0.79 0.15
Hex 8 45 16 58 0 44 49 86 4F F
Octal 10 105 26 130 0 104 111 206 117 17
Binary 1000 1000101 10110 1011000 0 1000100 1001001 10000110 1001111 1111

Color Harmonies of #084516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084516

Black with #084516

Text Example


Text Example

White with #084516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084516; }

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

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

background-color css

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

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

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

border-color css

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

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

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