Html Css Color HEX #887912 Olive

📋 copy color: '#887912'

red 136 ◦ green 121 ◦ blue 18

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

Shades of Olive #887912

Tints of Olive #887912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 49.45%
G = 44%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#887912 (or 0x887912) is known color: Olive. HEX triplet: 88, 79 and 12. RGB value is (136,121,18). Sum of RGB (Red+Green+Blue) = 136+121+18=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #887912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887912 is #7786ED. Grayscale: #727272. Windows color (decimal): -7833326 or 1210760. OLE color: 1210760.

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

Color convert

RGB 136 121 18 -
CMYK 0 0.11 0.87 0.47
HSL 52.37º 0.77% 0.3% -
HSV(B) 52.37º 0.87% 0.53% -
XYZ 17.1 18.95 3.33 -
YUV 113.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 136 121 18 0 0.11 0.87 0.47 52.37 0.77 0.3
Hex 88 79 12 0 B 57 2F 34 4D 1E
Octal 210 171 22 0 13 127 57 64 115 36
Binary 10001000 1111001 10010 0 1011 1010111 101111 110100 1001101 11110

Color Harmonies of #887912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887912

Black with #887912

Text Example


Text Example

White with #887912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887912; }

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

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

background-color css

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

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

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

border-color css

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

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

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