Html Css Color HEX #847A10 Olive

📋 copy color: '#847A10'

red 132 ◦ green 122 ◦ blue 16

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

Shades of Olive #847A10

Tints of Olive #847A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 48.89%
G = 45.19%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#847A10 (or 0x847A10) is known color: Olive. HEX triplet: 84, 7A and 10. RGB value is (132,122,16). Sum of RGB (Red+Green+Blue) = 132+122+16=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #847A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A10 is #7B85EF. Grayscale: #717171. Windows color (decimal): -8095216 or 1079940. OLE color: 1079940.

HSL color Cylindrical-coordinate representation of color #847A10: hue angle of 54.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #847A10 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 122 16 -
CMYK 0 0.08 0.88 0.48
HSL 54.83º 0.78% 0.29% -
HSV(B) 54.83º 0.88% 0.52% -
XYZ 16.57 18.86 3.26 -
YUV 112.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 132 122 16 0 0.08 0.88 0.48 54.83 0.78 0.29
Hex 84 7A 10 0 8 58 30 37 4E 1D
Octal 204 172 20 0 10 130 60 67 116 35
Binary 10000100 1111010 10000 0 1000 1011000 110000 110111 1001110 11101

Color Harmonies of #847A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A10

Black with #847A10

Text Example


Text Example

White with #847A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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