Html Css Color HEX #887F01 Olive

📋 copy color: '#887F01'

red 136 ◦ green 127 ◦ blue 1

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

Shades of Olive #887F01

Tints of Olive #887F01

RGB

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

 GREEN value IS 127 (50% from 255) = 48.11%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 51.52%
G = 48.11%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887F01 (or 0x887F01) is known color: Olive. HEX triplet: 88, 7F and 01. RGB value is (136,127,1). Sum of RGB (Red+Green+Blue) = 136+127+1=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F01 is #7780FE. Grayscale: #737373. Windows color (decimal): -7831807 or 98184. OLE color: 98184.

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

Color convert

RGB 136 127 1 -
CMYK 0 0.07 0.99 0.47
HSL 56º 0.99% 0.27% -
HSV(B) 56º 0.99% 0.53% -
XYZ 17.75 20.42 3.03 -
YUV 115.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 136 127 1 0 0.07 0.99 0.47 56 0.99 0.27
Hex 88 7F 1 0 7 63 2F 38 63 1B
Octal 210 177 1 0 7 143 57 70 143 33
Binary 10001000 1111111 1 0 111 1100011 101111 111000 1100011 11011

Color Harmonies of #887F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F01

Black with #887F01

Text Example


Text Example

White with #887F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,1); }

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

background-color css

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

 a { background-color: rgb(136,127,1); }

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

border-color css

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

 span { border-color: rgb(136,127,1); }

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