Html Css Color HEX #847C14 Olive

📋 copy color: '#847C14'

red 132 ◦ green 124 ◦ blue 20

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

Shades of Olive #847C14

Tints of Olive #847C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 47.83%
G = 44.93%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#847C14 (or 0x847C14) is known color: Olive. HEX triplet: 84, 7C and 14. RGB value is (132,124,20). Sum of RGB (Red+Green+Blue) = 132+124+20=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #847C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C14 is #7B83EB. Grayscale: #727272. Windows color (decimal): -8094700 or 1342596. OLE color: 1342596.

HSL color Cylindrical-coordinate representation of color #847C14: hue angle of 55.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #847C14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 20 -
CMYK 0 0.06 0.85 0.48
HSL 55.71º 0.74% 0.3% -
HSV(B) 55.71º 0.85% 0.52% -
XYZ 16.85 19.37 3.51 -
YUV 114.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 132 124 20 0 0.06 0.85 0.48 55.71 0.74 0.3
Hex 84 7C 14 0 6 55 30 38 4A 1E
Octal 204 174 24 0 6 125 60 70 112 36
Binary 10000100 1111100 10100 0 110 1010101 110000 111000 1001010 11110

Color Harmonies of #847C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C14

Black with #847C14

Text Example


Text Example

White with #847C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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