Html Css Color HEX #084012 Deep Fir

📋 copy color: '#084012'

red 8 ◦ green 64 ◦ blue 18

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

Shades of Deep Fir #084012

Tints of Deep Fir #084012

RGB

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

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

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

R = 8.89%
G = 71.11%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#084012 (or 0x084012) is known color: Deep Fir. HEX triplet: 08, 40 and 12. RGB value is (8,64,18). Sum of RGB (Red+Green+Blue) = 8+64+18=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #084012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084012 is #F7BFED. Grayscale: #2A2A2A. Windows color (decimal): -16236526 or 1196040. OLE color: 1196040.

HSL color Cylindrical-coordinate representation of color #084012: hue angle of 130.71º 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 #084012 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 18 -
CMYK 0.87 0 0.72 0.75
HSL 130.71º 0.78% 0.14% -
HSV(B) 130.71º 0.88% 0.25% -
XYZ 2.04 3.76 1.19 -
YUV 42.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 8 64 18 0.87 0 0.72 0.75 130.71 0.78 0.14
Hex 8 40 12 57 0 48 4B 83 4E E
Octal 10 100 22 127 0 110 113 203 116 16
Binary 1000 1000000 10010 1010111 0 1001000 1001011 10000011 1001110 1110

Color Harmonies of #084012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084012

Black with #084012

Text Example


Text Example

White with #084012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084012; }

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

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

background-color css

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

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

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

border-color css

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

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

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