Html Css Color HEX #847C00 Olive

📋 copy color: '#847C00'

red 132 ◦ green 124 ◦ blue 0

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

Shades of Olive #847C00

Tints of Olive #847C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

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

R = 51.56%
G = 48.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#847C00 (or 0x847C00) is known color: Olive. HEX triplet: 84, 7C and 00. RGB value is (132,124,0). Sum of RGB (Red+Green+Blue) = 132+124+0=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #847C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C00 is #7B83FF. Grayscale: #707070. Windows color (decimal): -8094720 or 31876. OLE color: 31876.

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

Color convert

RGB 132 124 0 -
CMYK 0 0.06 1 0.48
HSL 56.36º 1% 0.26% -
HSV(B) 56.36º 1% 0.52% -
XYZ 16.72 19.32 2.85 -
YUV 112.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 132 124 0 0 0.06 1 0.48 56.36 1 0.26
Hex 84 7C 0 0 6 64 30 38 64 1A
Octal 204 174 0 0 6 144 60 70 144 32
Binary 10000100 1111100 0 0 110 1100100 110000 111000 1100100 11010

Color Harmonies of #847C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C00

Black with #847C00

Text Example


Text Example

White with #847C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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