Html Css Color HEX #887800 Olive

📋 copy color: '#887800'

red 136 ◦ green 120 ◦ blue 0

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

Shades of Olive #887800

Tints of Olive #887800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.88%

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

R = 53.13%
G = 46.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#887800 (or 0x887800) is known color: Olive. HEX triplet: 88, 78 and 00. RGB value is (136,120,0). Sum of RGB (Red+Green+Blue) = 136+120+0=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #887800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887800 is #7787FF. Grayscale: #6F6F6F. Windows color (decimal): -7833600 or 30856. OLE color: 30856.

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

Color convert

RGB 136 120 0 -
CMYK 0 0.12 1 0.47
HSL 52.94º 1% 0.27% -
HSV(B) 52.94º 1% 0.53% -
XYZ 16.87 18.67 2.71 -
YUV 111.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 136 120 0 0 0.12 1 0.47 52.94 1 0.27
Hex 88 78 0 0 C 64 2F 35 64 1B
Octal 210 170 0 0 14 144 57 65 144 33
Binary 10001000 1111000 0 0 1100 1100100 101111 110101 1100100 11011

Color Harmonies of #887800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887800

Black with #887800

Text Example


Text Example

White with #887800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887800; }

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

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

background-color css

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

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

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

border-color css

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

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

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