Html Css Color HEX #084C1A Deep Fir

📋 copy color: '#084C1A'

red 8 ◦ green 76 ◦ blue 26

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

Shades of Deep Fir #084C1A

Tints of Deep Fir #084C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 69.09%

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

R = 7.27%
G = 69.09%
B = 23.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#084C1A (or 0x084C1A) is known color: Deep Fir. HEX triplet: 08, 4C and 1A. RGB value is (8,76,26). Sum of RGB (Red+Green+Blue) = 8+76+26=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #084C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C1A is #F7B3E5. Grayscale: #323232. Windows color (decimal): -16233446 or 1723400. OLE color: 1723400.

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

Color convert

RGB 8 76 26 -
CMYK 0.89 0 0.66 0.70
HSL 135.88º 0.81% 0.16% -
HSV(B) 135.88º 0.89% 0.3% -
XYZ 2.87 5.3 1.85 -
YUV 49.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 8 76 26 0.89 0 0.66 0.70 135.88 0.81 0.16
Hex 8 4C 1A 59 0 42 46 88 51 10
Octal 10 114 32 131 0 102 106 210 121 20
Binary 1000 1001100 11010 1011001 0 1000010 1000110 10001000 1010001 10000

Color Harmonies of #084C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C1A

Black with #084C1A

Text Example


Text Example

White with #084C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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