Html Css Color HEX #084712 Deep Fir

📋 copy color: '#084712'

red 8 ◦ green 71 ◦ blue 18

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

Shades of Deep Fir #084712

Tints of Deep Fir #084712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 73.2%

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 8.25%
G = 73.2%
B = 18.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#084712 (or 0x084712) is known color: Deep Fir. HEX triplet: 08, 47 and 12. RGB value is (8,71,18). Sum of RGB (Red+Green+Blue) = 8+71+18=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #084712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084712 is #F7B8ED. Grayscale: #2E2E2E. Windows color (decimal): -16234734 or 1197832. OLE color: 1197832.

HSL color Cylindrical-coordinate representation of color #084712: hue angle of 129.52º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084712 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 18 -
CMYK 0.89 0 0.75 0.72
HSL 129.52º 0.8% 0.15% -
HSV(B) 129.52º 0.89% 0.28% -
XYZ 2.46 4.6 1.33 -
YUV 46.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 8 71 18 0.89 0 0.75 0.72 129.52 0.8 0.15
Hex 8 47 12 59 0 4B 48 82 50 F
Octal 10 107 22 131 0 113 110 202 120 17
Binary 1000 1000111 10010 1011001 0 1001011 1001000 10000010 1010000 1111

Color Harmonies of #084712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084712

Black with #084712

Text Example


Text Example

White with #084712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084712; }

 p { color: rgb(8,71,18); }

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

background-color css

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

 a { background-color: rgb(8,71,18); }

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

border-color css

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

 span { border-color: rgb(8,71,18); }

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