Html Css Color HEX #887C00 Olive

📋 copy color: '#887C00'

red 136 ◦ green 124 ◦ blue 0

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

Shades of Olive #887C00

Tints of Olive #887C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.31%
G = 47.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#887C00 (or 0x887C00) is known color: Olive. HEX triplet: 88, 7C and 00. RGB value is (136,124,0). Sum of RGB (Red+Green+Blue) = 136+124+0=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #887C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C00 is #7783FF. Grayscale: #717171. Windows color (decimal): -7832576 or 31880. OLE color: 31880.

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

Color convert

RGB 136 124 0 -
CMYK 0 0.09 1 0.47
HSL 54.71º 1% 0.27% -
HSV(B) 54.71º 1% 0.53% -
XYZ 17.36 19.65 2.88 -
YUV 113.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 136 124 0 0 0.09 1 0.47 54.71 1 0.27
Hex 88 7C 0 0 9 64 2F 37 64 1B
Octal 210 174 0 0 11 144 57 67 144 33
Binary 10001000 1111100 0 0 1001 1100100 101111 110111 1100100 11011

Color Harmonies of #887C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C00

Black with #887C00

Text Example


Text Example

White with #887C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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