Html Css Color HEX #887C13 Olive

📋 copy color: '#887C13'

red 136 ◦ green 124 ◦ blue 19

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

Shades of Olive #887C13

Tints of Olive #887C13

RGB

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

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

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

R = 48.75%
G = 44.44%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#887C13 (or 0x887C13) is known color: Olive. HEX triplet: 88, 7C and 13. RGB value is (136,124,19). Sum of RGB (Red+Green+Blue) = 136+124+19=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #887C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C13 is #7783EC. Grayscale: #747474. Windows color (decimal): -7832557 or 1277064. OLE color: 1277064.

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

Color convert

RGB 136 124 19 -
CMYK 0 0.09 0.86 0.47
HSL 53.85º 0.75% 0.3% -
HSV(B) 53.85º 0.86% 0.53% -
XYZ 17.48 19.7 3.5 -
YUV 115.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 136 124 19 0 0.09 0.86 0.47 53.85 0.75 0.3
Hex 88 7C 13 0 9 56 2F 36 4B 1E
Octal 210 174 23 0 11 126 57 66 113 36
Binary 10001000 1111100 10011 0 1001 1010110 101111 110110 1001011 11110

Color Harmonies of #887C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C13

Black with #887C13

Text Example


Text Example

White with #887C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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