Html Css Color HEX #887C11 Olive

📋 copy color: '#887C11'

red 136 ◦ green 124 ◦ blue 17

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

Shades of Olive #887C11

Tints of Olive #887C11

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 124 (48.83% from 255) = 44.77%

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

R = 49.1%
G = 44.77%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#887C11 (or 0x887C11) is known color: Olive. HEX triplet: 88, 7C and 11. RGB value is (136,124,17). Sum of RGB (Red+Green+Blue) = 136+124+17=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #887C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C11 is #7783EE. Grayscale: #737373. Windows color (decimal): -7832559 or 1145992. OLE color: 1145992.

HSL color Cylindrical-coordinate representation of color #887C11: hue angle of 53.95º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #887C11 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 17 -
CMYK 0 0.09 0.87 0.47
HSL 53.95º 0.78% 0.3% -
HSV(B) 53.95º 0.88% 0.53% -
XYZ 17.46 19.69 3.41 -
YUV 115.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 136 124 17 0 0.09 0.87 0.47 53.95 0.78 0.3
Hex 88 7C 11 0 9 57 2F 36 4E 1E
Octal 210 174 21 0 11 127 57 66 116 36
Binary 10001000 1111100 10001 0 1001 1010111 101111 110110 1001110 11110

Color Harmonies of #887C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C11

Black with #887C11

Text Example


Text Example

White with #887C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C11; }

 p { color: rgb(136,124,17); }

 H1.HeaderClassName
 {
   color: #887C11;
 }
 .AnyTagClassName
 {
   color: #887C11;
 }
</style>

background-color css

<style>
 a { background-color: #887C11; }

 a { background-color: rgb(136,124,17); }

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

border-color css

<style>
 span { border-color: #887C11; }

 span { border-color: rgb(136,124,17); }

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