Html Css Color HEX #084C16 Deep Fir

📋 copy color: '#084C16'

red 8 ◦ green 76 ◦ blue 22

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

Shades of Deep Fir #084C16

Tints of Deep Fir #084C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.75%

R = 7.55%
G = 71.7%
B = 20.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#084C16 (or 0x084C16) is known color: Deep Fir. HEX triplet: 08, 4C and 16. RGB value is (8,76,22). Sum of RGB (Red+Green+Blue) = 8+76+22=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 76 (30.08% from 255 or 71.70% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 76 - color contains mainly: green. Hex color #084C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084C16 is #F7B3E9. Grayscale: #313131. Windows color (decimal): -16233450 or 1461256. OLE color: 1461256.

HSL color Cylindrical-coordinate representation of color #084C16: hue angle of 132.35º 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 #084C16 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 76 22 -
CMYK 0.89 0 0.71 0.70
HSL 132.35º 0.81% 0.16% -
HSV(B) 132.35º 0.89% 0.3% -
XYZ 2.83 5.28 1.63 -
YUV 49.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 8 76 22 0.89 0 0.71 0.70 132.35 0.81 0.16
Hex 8 4C 16 59 0 47 46 84 51 10
Octal 10 114 26 131 0 107 106 204 121 20
Binary 1000 1001100 10110 1011001 0 1000111 1000110 10000100 1010001 10000

Color Harmonies of #084C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C16

Black with #084C16

Text Example


Text Example

White with #084C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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