Html Css Color HEX #886A00 Olive

📋 copy color: '#886A00'

red 136 ◦ green 106 ◦ blue 0

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

Shades of Olive #886A00

Tints of Olive #886A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

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

R = 56.2%
G = 43.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886A00 (or 0x886A00) is known color: Olive. HEX triplet: 88, 6A and 00. RGB value is (136,106,0). Sum of RGB (Red+Green+Blue) = 136+106+0=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #886A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A00 is #7795FF. Grayscale: #676767. Windows color (decimal): -7837184 or 27272. OLE color: 27272.

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

Color convert

RGB 136 106 0 -
CMYK 0 0.22 1 0.47
HSL 46.76º 1% 0.27% -
HSV(B) 46.76º 1% 0.53% -
XYZ 15.31 15.54 2.19 -
YUV 102.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 136 106 0 0 0.22 1 0.47 46.76 1 0.27
Hex 88 6A 0 0 16 64 2F 2F 64 1B
Octal 210 152 0 0 26 144 57 57 144 33
Binary 10001000 1101010 0 0 10110 1100100 101111 101111 1100100 11011

Color Harmonies of #886A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A00

Black with #886A00

Text Example


Text Example

White with #886A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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