Html Css Color HEX #847400 Olive

📋 copy color: '#847400'

red 132 ◦ green 116 ◦ blue 0

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

Shades of Olive #847400

Tints of Olive #847400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.23%
G = 46.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#847400 (or 0x847400) is known color: Olive. HEX triplet: 84, 74 and 00. RGB value is (132,116,0). Sum of RGB (Red+Green+Blue) = 132+116+0=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #847400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847400 is #7B8BFF. Grayscale: #6C6C6C. Windows color (decimal): -8096768 or 29828. OLE color: 29828.

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

Color convert

RGB 132 116 0 -
CMYK 0 0.12 1 0.48
HSL 52.73º 1% 0.26% -
HSV(B) 52.73º 1% 0.52% -
XYZ 15.76 17.4 2.53 -
YUV 107.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 132 116 0 0 0.12 1 0.48 52.73 1 0.26
Hex 84 74 0 0 C 64 30 35 64 1A
Octal 204 164 0 0 14 144 60 65 144 32
Binary 10000100 1110100 0 0 1100 1100100 110000 110101 1100100 11010

Color Harmonies of #847400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847400

Black with #847400

Text Example


Text Example

White with #847400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847400; }

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

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

background-color css

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

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

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

border-color css

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

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

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