Html Css Color HEX #887C12 Olive

📋 copy color: '#887C12'

red 136 ◦ green 124 ◦ blue 18

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

Shades of Olive #887C12

Tints of Olive #887C12

RGB

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

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

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

R = 48.92%
G = 44.6%
B = 6.47%

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

#887C12 (or 0x887C12) is known color: Olive. HEX triplet: 88, 7C and 12. RGB value is (136,124,18). Sum of RGB (Red+Green+Blue) = 136+124+18=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #887C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C12 is #7783ED. Grayscale: #737373. Windows color (decimal): -7832558 or 1211528. OLE color: 1211528.

HSL color Cylindrical-coordinate representation of color #887C12: hue angle of 53.9º 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 #887C12 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 18 -
CMYK 0 0.09 0.87 0.47
HSL 53.9º 0.77% 0.3% -
HSV(B) 53.9º 0.87% 0.53% -
XYZ 17.47 19.69 3.45 -
YUV 115.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 136 124 18 0 0.09 0.87 0.47 53.9 0.77 0.3
Hex 88 7C 12 0 9 57 2F 36 4D 1E
Octal 210 174 22 0 11 127 57 66 115 36
Binary 10001000 1111100 10010 0 1001 1010111 101111 110110 1001101 11110

Color Harmonies of #887C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C12

Black with #887C12

Text Example


Text Example

White with #887C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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