Html Css Color HEX #847A14 Olive

📋 copy color: '#847A14'

red 132 ◦ green 122 ◦ blue 20

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

Shades of Olive #847A14

Tints of Olive #847A14

RGB

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

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

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

R = 48.18%
G = 44.53%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#847A14 (or 0x847A14) is known color: Olive. HEX triplet: 84, 7A and 14. RGB value is (132,122,20). Sum of RGB (Red+Green+Blue) = 132+122+20=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #847A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A14 is #7B85EB. Grayscale: #717171. Windows color (decimal): -8095212 or 1342084. OLE color: 1342084.

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

Color convert

RGB 132 122 20 -
CMYK 0 0.08 0.85 0.48
HSL 54.64º 0.74% 0.3% -
HSV(B) 54.64º 0.85% 0.52% -
XYZ 16.6 18.88 3.43 -
YUV 113.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 132 122 20 0 0.08 0.85 0.48 54.64 0.74 0.3
Hex 84 7A 14 0 8 55 30 37 4A 1E
Octal 204 172 24 0 10 125 60 67 112 36
Binary 10000100 1111010 10100 0 1000 1010101 110000 110111 1001010 11110

Color Harmonies of #847A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A14

Black with #847A14

Text Example


Text Example

White with #847A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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