Html Css Color HEX #847F11 Olive

📋 copy color: '#847F11'

red 132 ◦ green 127 ◦ blue 17

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

Shades of Olive #847F11

Tints of Olive #847F11

RGB

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

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 47.83%
G = 46.01%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#847F11 (or 0x847F11) is known color: Olive. HEX triplet: 84, 7F and 11. RGB value is (132,127,17). Sum of RGB (Red+Green+Blue) = 132+127+17=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #847F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F11 is #7B80EE. Grayscale: #747474. Windows color (decimal): -8093935 or 1146756. OLE color: 1146756.

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

Color convert

RGB 132 127 17 -
CMYK 0 0.04 0.87 0.48
HSL 57.39º 0.77% 0.29% -
HSV(B) 57.39º 0.87% 0.52% -
XYZ 17.21 20.12 3.51 -
YUV 115.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 132 127 17 0 0.04 0.87 0.48 57.39 0.77 0.29
Hex 84 7F 11 0 4 57 30 39 4D 1D
Octal 204 177 21 0 4 127 60 71 115 35
Binary 10000100 1111111 10001 0 100 1010111 110000 111001 1001101 11101

Color Harmonies of #847F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F11

Black with #847F11

Text Example


Text Example

White with #847F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,127,17); }

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

background-color css

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

 a { background-color: rgb(132,127,17); }

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

border-color css

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

 span { border-color: rgb(132,127,17); }

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