Html Css Color HEX #847A00 Olive

📋 copy color: '#847A00'

red 132 ◦ green 122 ◦ blue 0

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

Shades of Olive #847A00

Tints of Olive #847A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.03%

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

R = 51.97%
G = 48.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#847A00 (or 0x847A00) is known color: Olive. HEX triplet: 84, 7A and 00. RGB value is (132,122,0). Sum of RGB (Red+Green+Blue) = 132+122+0=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #847A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A00 is #7B85FF. Grayscale: #6F6F6F. Windows color (decimal): -8095232 or 31364. OLE color: 31364.

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

Color convert

RGB 132 122 0 -
CMYK 0 0.08 1 0.48
HSL 55.45º 1% 0.26% -
HSV(B) 55.45º 1% 0.52% -
XYZ 16.48 18.82 2.77 -
YUV 111.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 132 122 0 0 0.08 1 0.48 55.45 1 0.26
Hex 84 7A 0 0 8 64 30 37 64 1A
Octal 204 172 0 0 10 144 60 67 144 32
Binary 10000100 1111010 0 0 1000 1100100 110000 110111 1100100 11010

Color Harmonies of #847A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A00

Black with #847A00

Text Example


Text Example

White with #847A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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