Html Css Color HEX #887208 Olive

📋 copy color: '#887208'

red 136 ◦ green 114 ◦ blue 8

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

Shades of Olive #887208

Tints of Olive #887208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 52.71%
G = 44.19%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#887208 (or 0x887208) is known color: Olive. HEX triplet: 88, 72 and 08. RGB value is (136,114,8). Sum of RGB (Red+Green+Blue) = 136+114+8=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #887208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887208 is #778DF7. Grayscale: #6C6C6C. Windows color (decimal): -7835128 or 553608. OLE color: 553608.

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

Color convert

RGB 136 114 8 -
CMYK 0 0.16 0.94 0.47
HSL 49.69º 0.89% 0.28% -
HSV(B) 49.69º 0.94% 0.53% -
XYZ 16.21 17.29 2.71 -
YUV 108.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 136 114 8 0 0.16 0.94 0.47 49.69 0.89 0.28
Hex 88 72 8 0 10 5E 2F 32 59 1C
Octal 210 162 10 0 20 136 57 62 131 34
Binary 10001000 1110010 1000 0 10000 1011110 101111 110010 1011001 11100

Color Harmonies of #887208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887208

Black with #887208

Text Example


Text Example

White with #887208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887208; }

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

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

background-color css

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

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

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

border-color css

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

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

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