Html Css Color HEX #084D1A Deep Fir

📋 copy color: '#084D1A'

red 8 ◦ green 77 ◦ blue 26

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

Shades of Deep Fir #084D1A

Tints of Deep Fir #084D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 69.37%

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 7.21%
G = 69.37%
B = 23.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#084D1A (or 0x084D1A) is known color: Deep Fir. HEX triplet: 08, 4D and 1A. RGB value is (8,77,26). Sum of RGB (Red+Green+Blue) = 8+77+26=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #084D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D1A is #F7B2E5. Grayscale: #323232. Windows color (decimal): -16233190 or 1723656. OLE color: 1723656.

HSL color Cylindrical-coordinate representation of color #084D1A: hue angle of 135.65º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D1A is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 77 26 -
CMYK 0.90 0 0.66 0.70
HSL 135.65º 0.81% 0.17% -
HSV(B) 135.65º 0.9% 0.3% -
XYZ 2.94 5.43 1.87 -
YUV 50.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 8 77 26 0.90 0 0.66 0.70 135.65 0.81 0.17
Hex 8 4D 1A 5A 0 42 46 88 51 11
Octal 10 115 32 132 0 102 106 210 121 21
Binary 1000 1001101 11010 1011010 0 1000010 1000110 10001000 1010001 10001

Color Harmonies of #084D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D1A

Black with #084D1A

Text Example


Text Example

White with #084D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084D1A; }

 p { color: rgb(8,77,26); }

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

background-color css

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

 a { background-color: rgb(8,77,26); }

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

border-color css

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

 span { border-color: rgb(8,77,26); }

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