Html Css Color HEX #887404 Olive

📋 copy color: '#887404'

red 136 ◦ green 116 ◦ blue 4

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

Shades of Olive #887404

Tints of Olive #887404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 53.13%
G = 45.31%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#887404 (or 0x887404) is known color: Olive. HEX triplet: 88, 74 and 04. RGB value is (136,116,4). Sum of RGB (Red+Green+Blue) = 136+116+4=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #887404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887404 is #778BFB. Grayscale: #6D6D6D. Windows color (decimal): -7834620 or 291976. OLE color: 291976.

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

Color convert

RGB 136 116 4 -
CMYK 0 0.15 0.97 0.47
HSL 50.91º 0.94% 0.27% -
HSV(B) 50.91º 0.97% 0.53% -
XYZ 16.42 17.73 2.67 -
YUV 109.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 136 116 4 0 0.15 0.97 0.47 50.91 0.94 0.27
Hex 88 74 4 0 F 61 2F 33 5E 1B
Octal 210 164 4 0 17 141 57 63 136 33
Binary 10001000 1110100 100 0 1111 1100001 101111 110011 1011110 11011

Color Harmonies of #887404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887404

Black with #887404

Text Example


Text Example

White with #887404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887404; }

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

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

background-color css

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

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

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

border-color css

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

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

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