Html Css Color HEX #887104 Olive

📋 copy color: '#887104'

red 136 ◦ green 113 ◦ blue 4

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

Shades of Olive #887104

Tints of Olive #887104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

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

R = 53.75%
G = 44.66%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#887104 (or 0x887104) is known color: Olive. HEX triplet: 88, 71 and 04. RGB value is (136,113,4). Sum of RGB (Red+Green+Blue) = 136+113+4=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #887104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887104 is #778EFB. Grayscale: #6B6B6B. Windows color (decimal): -7835388 or 291208. OLE color: 291208.

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

Color convert

RGB 136 113 4 -
CMYK 0 0.17 0.97 0.47
HSL 49.55º 0.94% 0.27% -
HSV(B) 49.55º 0.97% 0.53% -
XYZ 16.08 17.05 2.56 -
YUV 107.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 136 113 4 0 0.17 0.97 0.47 49.55 0.94 0.27
Hex 88 71 4 0 11 61 2F 32 5E 1B
Octal 210 161 4 0 21 141 57 62 136 33
Binary 10001000 1110001 100 0 10001 1100001 101111 110010 1011110 11011

Color Harmonies of #887104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887104

Black with #887104

Text Example


Text Example

White with #887104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887104; }

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

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

background-color css

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

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

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

border-color css

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

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

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