Html Css Color HEX #084C17 Deep Fir

📋 copy color: '#084C17'

red 8 ◦ green 76 ◦ blue 23

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

Shades of Deep Fir #084C17

Tints of Deep Fir #084C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 7.48%
G = 71.03%
B = 21.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#084C17 (or 0x084C17) is known color: Deep Fir. HEX triplet: 08, 4C and 17. RGB value is (8,76,23). Sum of RGB (Red+Green+Blue) = 8+76+23=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #084C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084C17 is #F7B3E8. Grayscale: #313131. Windows color (decimal): -16233449 or 1526792. OLE color: 1526792.

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

Color convert

RGB 8 76 23 -
CMYK 0.89 0 0.70 0.70
HSL 133.24º 0.81% 0.16% -
HSV(B) 133.24º 0.89% 0.3% -
XYZ 2.84 5.28 1.68 -
YUV 49.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 8 76 23 0.89 0 0.70 0.70 133.24 0.81 0.16
Hex 8 4C 17 59 0 46 46 85 51 10
Octal 10 114 27 131 0 106 106 205 121 20
Binary 1000 1001100 10111 1011001 0 1000110 1000110 10000101 1010001 10000

Color Harmonies of #084C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C17

Black with #084C17

Text Example


Text Example

White with #084C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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