Html Css Color HEX #847404 Olive

📋 copy color: '#847404'

red 132 ◦ green 116 ◦ blue 4

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

Shades of Olive #847404

Tints of Olive #847404

RGB

 RED value IS 132 (51.95% from 255) = 52.38%

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 52.38%
G = 46.03%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#847404 (or 0x847404) is known color: Olive. HEX triplet: 84, 74 and 04. RGB value is (132,116,4). Sum of RGB (Red+Green+Blue) = 132+116+4=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #847404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847404 is #7B8BFB. Grayscale: #6C6C6C. Windows color (decimal): -8096764 or 291972. OLE color: 291972.

HSL color Cylindrical-coordinate representation of color #847404: hue angle of 52.5º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #847404 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 4 -
CMYK 0 0.12 0.97 0.48
HSL 52.5º 0.94% 0.27% -
HSV(B) 52.5º 0.97% 0.52% -
XYZ 15.78 17.41 2.64 -
YUV 108.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 132 116 4 0 0.12 0.97 0.48 52.5 0.94 0.27
Hex 84 74 4 0 C 61 30 34 5E 1B
Octal 204 164 4 0 14 141 60 64 136 33
Binary 10000100 1110100 100 0 1100 1100001 110000 110100 1011110 11011

Color Harmonies of #847404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847404

Black with #847404

Text Example


Text Example

White with #847404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847404; }

 p { color: rgb(132,116,4); }

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

background-color css

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

 a { background-color: rgb(132,116,4); }

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

border-color css

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

 span { border-color: rgb(132,116,4); }

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