Html Css Color HEX #887304 Olive

📋 copy color: '#887304'

red 136 ◦ green 115 ◦ blue 4

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

Shades of Olive #887304

Tints of Olive #887304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

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

R = 53.33%
G = 45.1%
B = 1.57%

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

#887304 (or 0x887304) is known color: Olive. HEX triplet: 88, 73 and 04. RGB value is (136,115,4). Sum of RGB (Red+Green+Blue) = 136+115+4=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #887304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887304 is #778CFB. Grayscale: #6D6D6D. Windows color (decimal): -7834876 or 291720. OLE color: 291720.

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

Color convert

RGB 136 115 4 -
CMYK 0 0.15 0.97 0.47
HSL 50.45º 0.94% 0.27% -
HSV(B) 50.45º 0.97% 0.53% -
XYZ 16.31 17.5 2.63 -
YUV 108.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 136 115 4 0 0.15 0.97 0.47 50.45 0.94 0.27
Hex 88 73 4 0 F 61 2F 32 5E 1B
Octal 210 163 4 0 17 141 57 62 136 33
Binary 10001000 1110011 100 0 1111 1100001 101111 110010 1011110 11011

Color Harmonies of #887304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887304

Black with #887304

Text Example


Text Example

White with #887304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887304; }

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

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

background-color css

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

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

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

border-color css

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

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

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