Html Css Color HEX #886F00 Olive

📋 copy color: '#886F00'

red 136 ◦ green 111 ◦ blue 0

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

Shades of Olive #886F00

Tints of Olive #886F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 55.06%
G = 44.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886F00 (or 0x886F00) is known color: Olive. HEX triplet: 88, 6F and 00. RGB value is (136,111,0). Sum of RGB (Red+Green+Blue) = 136+111+0=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #886F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F00 is #7790FF. Grayscale: #6A6A6A. Windows color (decimal): -7835904 or 28552. OLE color: 28552.

HSL color Cylindrical-coordinate representation of color #886F00: hue angle of 48.97º 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 #886F00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 0 -
CMYK 0 0.18 1 0.47
HSL 48.97º 1% 0.27% -
HSV(B) 48.97º 1% 0.53% -
XYZ 15.84 16.6 2.37 -
YUV 105.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 136 111 0 0 0.18 1 0.47 48.97 1 0.27
Hex 88 6F 0 0 12 64 2F 31 64 1B
Octal 210 157 0 0 22 144 57 61 144 33
Binary 10001000 1101111 0 0 10010 1100100 101111 110001 1100100 11011

Color Harmonies of #886F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F00

Black with #886F00

Text Example


Text Example

White with #886F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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