Html Css Color HEX #887205 Olive

📋 copy color: '#887205'

red 136 ◦ green 114 ◦ blue 5

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

Shades of Olive #887205

Tints of Olive #887205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 53.33%
G = 44.71%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#887205 (or 0x887205) is known color: Olive. HEX triplet: 88, 72 and 05. RGB value is (136,114,5). Sum of RGB (Red+Green+Blue) = 136+114+5=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #887205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887205 is #778DFA. Grayscale: #6C6C6C. Windows color (decimal): -7835131 or 357000. OLE color: 357000.

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

Color convert

RGB 136 114 5 -
CMYK 0 0.16 0.96 0.47
HSL 49.92º 0.93% 0.28% -
HSV(B) 49.92º 0.96% 0.53% -
XYZ 16.2 17.28 2.63 -
YUV 108.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 136 114 5 0 0.16 0.96 0.47 49.92 0.93 0.28
Hex 88 72 5 0 10 60 2F 32 5D 1C
Octal 210 162 5 0 20 140 57 62 135 34
Binary 10001000 1110010 101 0 10000 1100000 101111 110010 1011101 11100

Color Harmonies of #887205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887205

Black with #887205

Text Example


Text Example

White with #887205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887205; }

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

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

background-color css

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

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

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

border-color css

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

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

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