Html Css Color HEX #887900 Olive

📋 copy color: '#887900'

red 136 ◦ green 121 ◦ blue 0

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

Shades of Olive #887900

Tints of Olive #887900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

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

R = 52.92%
G = 47.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#887900 (or 0x887900) is known color: Olive. HEX triplet: 88, 79 and 00. RGB value is (136,121,0). Sum of RGB (Red+Green+Blue) = 136+121+0=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #887900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887900 is #7786FF. Grayscale: #707070. Windows color (decimal): -7833344 or 31112. OLE color: 31112.

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

Color convert

RGB 136 121 0 -
CMYK 0 0.11 1 0.47
HSL 53.38º 1% 0.27% -
HSV(B) 53.38º 1% 0.53% -
XYZ 16.99 18.91 2.75 -
YUV 111.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 136 121 0 0 0.11 1 0.47 53.38 1 0.27
Hex 88 79 0 0 B 64 2F 35 64 1B
Octal 210 171 0 0 13 144 57 65 144 33
Binary 10001000 1111001 0 0 1011 1100100 101111 110101 1100100 11011

Color Harmonies of #887900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887900

Black with #887900

Text Example


Text Example

White with #887900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887900; }

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

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

background-color css

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

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

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

border-color css

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

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

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