Html Css Color HEX #888260 Olive Haze

📋 copy color: '#888260'

red 136 ◦ green 130 ◦ blue 96

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

Shades of Olive Haze #888260

Tints of Olive Haze #888260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 37.57%
G = 35.91%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888260 (or 0x888260) is known color: Olive Haze. HEX triplet: 88, 82 and 60. RGB value is (136,130,96). Sum of RGB (Red+Green+Blue) = 136+130+96=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #888260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888260 is #777D9F. Grayscale: #808080. Windows color (decimal): -7830944 or 6324872. OLE color: 6324872.

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

Color convert

RGB 136 130 96 -
CMYK 0 0.04 0.29 0.47
HSL 51º 0.17% 0.45% -
HSV(B) 51º 0.29% 0.53% -
XYZ 20.25 22.04 14.25 -
YUV 127.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 136 130 96 0 0.04 0.29 0.47 51 0.17 0.45
Hex 88 82 60 0 4 1D 2F 33 11 2D
Octal 210 202 140 0 4 35 57 63 21 55
Binary 10001000 10000010 1100000 0 100 11101 101111 110011 10001 101101

Color Harmonies of #888260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888260

Black with #888260

Text Example


Text Example

White with #888260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888260; }

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

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

background-color css

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

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

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

border-color css

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

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

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