Html Css Color HEX #887808 Olive

📋 copy color: '#887808'

red 136 ◦ green 120 ◦ blue 8

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

Shades of Olive #887808

Tints of Olive #887808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

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

R = 51.52%
G = 45.45%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#887808 (or 0x887808) is known color: Olive. HEX triplet: 88, 78 and 08. RGB value is (136,120,8). Sum of RGB (Red+Green+Blue) = 136+120+8=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887808 is #7787F7. Grayscale: #707070. Windows color (decimal): -7833592 or 555144. OLE color: 555144.

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

Color convert

RGB 136 120 8 -
CMYK 0 0.12 0.94 0.47
HSL 52.5º 0.89% 0.28% -
HSV(B) 52.5º 0.94% 0.53% -
XYZ 16.91 18.68 2.94 -
YUV 112.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 136 120 8 0 0.12 0.94 0.47 52.5 0.89 0.28
Hex 88 78 8 0 C 5E 2F 34 59 1C
Octal 210 170 10 0 14 136 57 64 131 34
Binary 10001000 1111000 1000 0 1100 1011110 101111 110100 1011001 11100

Color Harmonies of #887808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887808

Black with #887808

Text Example


Text Example

White with #887808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887808; }

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

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

background-color css

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

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

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

border-color css

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

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

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