Html Css Color HEX #847600 Olive

📋 copy color: '#847600'

red 132 ◦ green 118 ◦ blue 0

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

Shades of Olive #847600

Tints of Olive #847600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

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

R = 52.8%
G = 47.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#847600 (or 0x847600) is known color: Olive. HEX triplet: 84, 76 and 00. RGB value is (132,118,0). Sum of RGB (Red+Green+Blue) = 132+118+0=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #847600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847600 is #7B89FF. Grayscale: #6D6D6D. Windows color (decimal): -8096256 or 30340. OLE color: 30340.

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

Color convert

RGB 132 118 0 -
CMYK 0 0.11 1 0.48
HSL 53.64º 1% 0.26% -
HSV(B) 53.64º 1% 0.52% -
XYZ 15.99 17.86 2.6 -
YUV 108.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 132 118 0 0 0.11 1 0.48 53.64 1 0.26
Hex 84 76 0 0 B 64 30 36 64 1A
Octal 204 166 0 0 13 144 60 66 144 32
Binary 10000100 1110110 0 0 1011 1100100 110000 110110 1100100 11010

Color Harmonies of #847600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847600

Black with #847600

Text Example


Text Example

White with #847600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847600; }

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

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

background-color css

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

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

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

border-color css

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

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

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