Html Css Color HEX #084916 Deep Fir

📋 copy color: '#084916'

red 8 ◦ green 73 ◦ blue 22

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

Shades of Deep Fir #084916

Tints of Deep Fir #084916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.87%

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

R = 7.77%
G = 70.87%
B = 21.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#084916 (or 0x084916) is known color: Deep Fir. HEX triplet: 08, 49 and 16. RGB value is (8,73,22). Sum of RGB (Red+Green+Blue) = 8+73+22=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #084916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084916 is #F7B6E9. Grayscale: #2F2F2F. Windows color (decimal): -16234218 or 1460488. OLE color: 1460488.

HSL color Cylindrical-coordinate representation of color #084916: hue angle of 132.92º 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 #084916 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 22 -
CMYK 0.89 0 0.70 0.71
HSL 132.92º 0.8% 0.16% -
HSV(B) 132.92º 0.89% 0.29% -
XYZ 2.63 4.87 1.56 -
YUV 47.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 8 73 22 0.89 0 0.70 0.71 132.92 0.8 0.16
Hex 8 49 16 59 0 46 47 85 50 10
Octal 10 111 26 131 0 106 107 205 120 20
Binary 1000 1001001 10110 1011001 0 1000110 1000111 10000101 1010000 10000

Color Harmonies of #084916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084916

Black with #084916

Text Example


Text Example

White with #084916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084916; }

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

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

background-color css

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

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

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

border-color css

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

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

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