Html Css Color HEX #888061 Olive Haze

📋 copy color: '#888061'

red 136 ◦ green 128 ◦ blue 97

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

Shades of Olive Haze #888061

Tints of Olive Haze #888061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 37.67%
G = 35.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888061 (or 0x888061) is known color: Olive Haze. HEX triplet: 88, 80 and 61. RGB value is (136,128,97). Sum of RGB (Red+Green+Blue) = 136+128+97=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #888061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888061 is #777F9E. Grayscale: #7E7E7E. Windows color (decimal): -7831455 or 6389896. OLE color: 6389896.

HSL color Cylindrical-coordinate representation of color #888061: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888061 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 97 -
CMYK 0 0.06 0.29 0.47
HSL 47.69º 0.17% 0.46% -
HSV(B) 47.69º 0.29% 0.53% -
XYZ 20.03 21.54 14.41 -
YUV 126.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 136 128 97 0 0.06 0.29 0.47 47.69 0.17 0.46
Hex 88 80 61 0 6 1D 2F 30 11 2E
Octal 210 200 141 0 6 35 57 60 21 56
Binary 10001000 10000000 1100001 0 110 11101 101111 110000 10001 101110

Color Harmonies of #888061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888061

Black with #888061

Text Example


Text Example

White with #888061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888061; }

 p { color: rgb(136,128,97); }

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

background-color css

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

 a { background-color: rgb(136,128,97); }

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

border-color css

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

 span { border-color: rgb(136,128,97); }

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