Html Css Color HEX #887F0B Olive

📋 copy color: '#887F0B'

red 136 ◦ green 127 ◦ blue 11

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

Shades of Olive #887F0B

Tints of Olive #887F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 49.64%
G = 46.35%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#887F0B (or 0x887F0B) is known color: Olive. HEX triplet: 88, 7F and 0B. RGB value is (136,127,11). Sum of RGB (Red+Green+Blue) = 136+127+11=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #887F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F0B is #7780F4. Grayscale: #747474. Windows color (decimal): -7831797 or 753544. OLE color: 753544.

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

Color convert

RGB 136 127 11 -
CMYK 0 0.07 0.92 0.47
HSL 55.68º 0.85% 0.29% -
HSV(B) 55.68º 0.92% 0.53% -
XYZ 17.8 20.44 3.32 -
YUV 116.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 136 127 11 0 0.07 0.92 0.47 55.68 0.85 0.29
Hex 88 7F B 0 7 5C 2F 38 55 1D
Octal 210 177 13 0 7 134 57 70 125 35
Binary 10001000 1111111 1011 0 111 1011100 101111 111000 1010101 11101

Color Harmonies of #887F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F0B

Black with #887F0B

Text Example


Text Example

White with #887F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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