Html Css Color HEX #887910 Olive

📋 copy color: '#887910'

red 136 ◦ green 121 ◦ blue 16

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

Shades of Olive #887910

Tints of Olive #887910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 49.82%
G = 44.32%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#887910 (or 0x887910) is known color: Olive. HEX triplet: 88, 79 and 10. RGB value is (136,121,16). Sum of RGB (Red+Green+Blue) = 136+121+16=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #887910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887910 is #7786EF. Grayscale: #717171. Windows color (decimal): -7833328 or 1079688. OLE color: 1079688.

HSL color Cylindrical-coordinate representation of color #887910: hue angle of 52.5º degrees, saturation: 0.79, 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 #887910 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 121 16 -
CMYK 0 0.11 0.88 0.47
HSL 52.5º 0.79% 0.3% -
HSV(B) 52.5º 0.88% 0.53% -
XYZ 17.08 18.95 3.25 -
YUV 113.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 136 121 16 0 0.11 0.88 0.47 52.5 0.79 0.3
Hex 88 79 10 0 B 58 2F 34 4F 1E
Octal 210 171 20 0 13 130 57 64 117 36
Binary 10001000 1111001 10000 0 1011 1011000 101111 110100 1001111 11110

Color Harmonies of #887910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887910

Black with #887910

Text Example


Text Example

White with #887910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887910; }

 p { color: rgb(136,121,16); }

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

background-color css

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

 a { background-color: rgb(136,121,16); }

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

border-color css

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

 span { border-color: rgb(136,121,16); }

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