Html Css Color HEX #084618 Deep Fir

📋 copy color: '#084618'

red 8 ◦ green 70 ◦ blue 24

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

Shades of Deep Fir #084618

Tints of Deep Fir #084618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 68.63%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 7.84%
G = 68.63%
B = 23.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#084618 (or 0x084618) is known color: Deep Fir. HEX triplet: 08, 46 and 18. RGB value is (8,70,24). Sum of RGB (Red+Green+Blue) = 8+70+24=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 70 (27.73% from 255 or 68.63% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 70 - color contains mainly: green. Hex color #084618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084618 is #F7B9E7. Grayscale: #2E2E2E. Windows color (decimal): -16234984 or 1590792. OLE color: 1590792.

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

Color convert

RGB 8 70 24 -
CMYK 0.89 0 0.66 0.73
HSL 135.48º 0.79% 0.15% -
HSV(B) 135.48º 0.89% 0.27% -
XYZ 2.46 4.5 1.6 -
YUV 46.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 8 70 24 0.89 0 0.66 0.73 135.48 0.79 0.15
Hex 8 46 18 59 0 42 49 87 4F F
Octal 10 106 30 131 0 102 111 207 117 17
Binary 1000 1000110 11000 1011001 0 1000010 1001001 10000111 1001111 1111

Color Harmonies of #084618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084618

Black with #084618

Text Example


Text Example

White with #084618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084618; }

 p { color: rgb(8,70,24); }

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

background-color css

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

 a { background-color: rgb(8,70,24); }

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

border-color css

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

 span { border-color: rgb(8,70,24); }

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