Html Css Color HEX #847E13 Olive

📋 copy color: '#847E13'

red 132 ◦ green 126 ◦ blue 19

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

Shades of Olive #847E13

Tints of Olive #847E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 47.65%
G = 45.49%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#847E13 (or 0x847E13) is known color: Olive. HEX triplet: 84, 7E and 13. RGB value is (132,126,19). Sum of RGB (Red+Green+Blue) = 132+126+19=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #847E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847E13 is #7B81EC. Grayscale: #747474. Windows color (decimal): -8094189 or 1277572. OLE color: 1277572.

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

Color convert

RGB 132 126 19 -
CMYK 0 0.05 0.86 0.48
HSL 56.81º 0.75% 0.3% -
HSV(B) 56.81º 0.86% 0.52% -
XYZ 17.09 19.87 3.55 -
YUV 115.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 132 126 19 0 0.05 0.86 0.48 56.81 0.75 0.3
Hex 84 7E 13 0 5 56 30 39 4B 1E
Octal 204 176 23 0 5 126 60 71 113 36
Binary 10000100 1111110 10011 0 101 1010110 110000 111001 1001011 11110

Color Harmonies of #847E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E13

Black with #847E13

Text Example


Text Example

White with #847E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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