Html Css Color HEX #888060 Olive Haze

📋 copy color: '#888060'

red 136 ◦ green 128 ◦ blue 96

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

Shades of Olive Haze #888060

Tints of Olive Haze #888060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 37.78%
G = 35.56%
B = 26.67%

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

#888060 (or 0x888060) is known color: Olive Haze. HEX triplet: 88, 80 and 60. RGB value is (136,128,96). Sum of RGB (Red+Green+Blue) = 136+128+96=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #888060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888060 is #777F9F. Grayscale: #7E7E7E. Windows color (decimal): -7831456 or 6324360. OLE color: 6324360.

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

Color convert

RGB 136 128 96 -
CMYK 0 0.06 0.29 0.47
HSL 48º 0.17% 0.45% -
HSV(B) 48º 0.29% 0.53% -
XYZ 19.98 21.52 14.17 -
YUV 126.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 136 128 96 0 0.06 0.29 0.47 48 0.17 0.45
Hex 88 80 60 0 6 1D 2F 30 11 2D
Octal 210 200 140 0 6 35 57 60 21 55
Binary 10001000 10000000 1100000 0 110 11101 101111 110000 10001 101101

Color Harmonies of #888060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888060

Black with #888060

Text Example


Text Example

White with #888060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888060; }

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

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

background-color css

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

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

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

border-color css

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

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

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