Html Css Color HEX #887204 Olive

📋 copy color: '#887204'

red 136 ◦ green 114 ◦ blue 4

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

Shades of Olive #887204

Tints of Olive #887204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 53.54%
G = 44.88%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#887204 (or 0x887204) is known color: Olive. HEX triplet: 88, 72 and 04. RGB value is (136,114,4). Sum of RGB (Red+Green+Blue) = 136+114+4=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #887204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887204 is #778DFB. Grayscale: #6C6C6C. Windows color (decimal): -7835132 or 291464. OLE color: 291464.

HSL color Cylindrical-coordinate representation of color #887204: hue angle of 50º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #887204 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 4 -
CMYK 0 0.16 0.97 0.47
HSL 50º 0.94% 0.27% -
HSV(B) 50º 0.97% 0.53% -
XYZ 16.19 17.28 2.6 -
YUV 108.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 136 114 4 0 0.16 0.97 0.47 50 0.94 0.27
Hex 88 72 4 0 10 61 2F 32 5E 1B
Octal 210 162 4 0 20 141 57 62 136 33
Binary 10001000 1110010 100 0 10000 1100001 101111 110010 1011110 11011

Color Harmonies of #887204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887204

Black with #887204

Text Example


Text Example

White with #887204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887204; }

 p { color: rgb(136,114,4); }

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

background-color css

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

 a { background-color: rgb(136,114,4); }

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

border-color css

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

 span { border-color: rgb(136,114,4); }

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