Html Css Color HEX #886C00 Olive

📋 copy color: '#886C00'

red 136 ◦ green 108 ◦ blue 0

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

Shades of Olive #886C00

Tints of Olive #886C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

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

R = 55.74%
G = 44.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886C00 (or 0x886C00) is known color: Olive. HEX triplet: 88, 6C and 00. RGB value is (136,108,0). Sum of RGB (Red+Green+Blue) = 136+108+0=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C00 is #7793FF. Grayscale: #686868. Windows color (decimal): -7836672 or 27784. OLE color: 27784.

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

Color convert

RGB 136 108 0 -
CMYK 0 0.21 1 0.47
HSL 47.65º 1% 0.27% -
HSV(B) 47.65º 1% 0.53% -
XYZ 15.52 15.96 2.26 -
YUV 104.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 136 108 0 0 0.21 1 0.47 47.65 1 0.27
Hex 88 6C 0 0 15 64 2F 30 64 1B
Octal 210 154 0 0 25 144 57 60 144 33
Binary 10001000 1101100 0 0 10101 1100100 101111 110000 1100100 11011

Color Harmonies of #886C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C00

Black with #886C00

Text Example


Text Example

White with #886C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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