Html Css Color HEX #847E0A Olive

📋 copy color: '#847E0A'

red 132 ◦ green 126 ◦ blue 10

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

Shades of Olive #847E0A

Tints of Olive #847E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.01%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 49.25%
G = 47.01%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#847E0A (or 0x847E0A) is known color: Olive. HEX triplet: 84, 7E and 0A. RGB value is (132,126,10). Sum of RGB (Red+Green+Blue) = 132+126+10=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847E0A is #7B81F5. Grayscale: #737373. Windows color (decimal): -8094198 or 687748. OLE color: 687748.

HSL color Cylindrical-coordinate representation of color #847E0A: hue angle of 57.05º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #847E0A is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 126 10 -
CMYK 0 0.05 0.92 0.48
HSL 57.05º 0.86% 0.28% -
HSV(B) 57.05º 0.92% 0.52% -
XYZ 17.03 19.85 3.22 -
YUV 114.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 132 126 10 0 0.05 0.92 0.48 57.05 0.86 0.28
Hex 84 7E A 0 5 5C 30 39 56 1C
Octal 204 176 12 0 5 134 60 71 126 34
Binary 10000100 1111110 1010 0 101 1011100 110000 111001 1010110 11100

Color Harmonies of #847E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E0A

Black with #847E0A

Text Example


Text Example

White with #847E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,126,10); }

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

background-color css

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

 a { background-color: rgb(132,126,10); }

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

border-color css

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

 span { border-color: rgb(132,126,10); }

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