Html Css Color HEX #847200 Olive

📋 copy color: '#847200'

red 132 ◦ green 114 ◦ blue 0

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

Shades of Olive #847200

Tints of Olive #847200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

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

R = 53.66%
G = 46.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#847200 (or 0x847200) is known color: Olive. HEX triplet: 84, 72 and 00. RGB value is (132,114,0). Sum of RGB (Red+Green+Blue) = 132+114+0=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #847200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847200 is #7B8DFF. Grayscale: #6A6A6A. Windows color (decimal): -8097280 or 29316. OLE color: 29316.

HSL color Cylindrical-coordinate representation of color #847200: hue angle of 51.82º 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 #847200 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 114 0 -
CMYK 0 0.14 1 0.48
HSL 51.82º 1% 0.26% -
HSV(B) 51.82º 1% 0.52% -
XYZ 15.53 16.94 2.45 -
YUV 106.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 132 114 0 0 0.14 1 0.48 51.82 1 0.26
Hex 84 72 0 0 E 64 30 34 64 1A
Octal 204 162 0 0 16 144 60 64 144 32
Binary 10000100 1110010 0 0 1110 1100100 110000 110100 1100100 11010

Color Harmonies of #847200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847200

Black with #847200

Text Example


Text Example

White with #847200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847200; }

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

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

background-color css

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

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

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

border-color css

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

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

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