Html Css Color HEX #084010 Deep Fir

📋 copy color: '#084010'

red 8 ◦ green 64 ◦ blue 16

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

Shades of Deep Fir #084010

Tints of Deep Fir #084010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 72.73%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 9.09%
G = 72.73%
B = 18.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#084010 (or 0x084010) is known color: Deep Fir. HEX triplet: 08, 40 and 10. RGB value is (8,64,16). Sum of RGB (Red+Green+Blue) = 8+64+16=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #084010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084010 is #F7BFEF. Grayscale: #292929. Windows color (decimal): -16236528 or 1064968. OLE color: 1064968.

HSL color Cylindrical-coordinate representation of color #084010: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084010 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 16 -
CMYK 0.87 0 0.75 0.75
HSL 128.57º 0.78% 0.14% -
HSV(B) 128.57º 0.88% 0.25% -
XYZ 2.03 3.76 1.11 -
YUV 41.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 8 64 16 0.87 0 0.75 0.75 128.57 0.78 0.14
Hex 8 40 10 57 0 4B 4B 81 4E E
Octal 10 100 20 127 0 113 113 201 116 16
Binary 1000 1000000 10000 1010111 0 1001011 1001011 10000001 1001110 1110

Color Harmonies of #084010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084010

Black with #084010

Text Example


Text Example

White with #084010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084010; }

 p { color: rgb(8,64,16); }

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

background-color css

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

 a { background-color: rgb(8,64,16); }

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

border-color css

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

 span { border-color: rgb(8,64,16); }

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