Html Css Color HEX #888064 Olive Haze

📋 copy color: '#888064'

red 136 ◦ green 128 ◦ blue 100

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

Shades of Olive Haze #888064

Tints of Olive Haze #888064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 37.36%
G = 35.16%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#888064 (or 0x888064) is known color: Olive Haze. HEX triplet: 88, 80 and 64. RGB value is (136,128,100). Sum of RGB (Red+Green+Blue) = 136+128+100=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #888064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888064 is #777F9B. Grayscale: #7F7F7F. Windows color (decimal): -7831452 or 6586504. OLE color: 6586504.

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

Color convert

RGB 136 128 100 -
CMYK 0 0.06 0.26 0.47
HSL 46.67º 0.15% 0.46% -
HSV(B) 46.67º 0.26% 0.53% -
XYZ 20.17 21.59 15.16 -
YUV 127.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 136 128 100 0 0.06 0.26 0.47 46.67 0.15 0.46
Hex 88 80 64 0 6 1A 2F 2F F 2E
Octal 210 200 144 0 6 32 57 57 17 56
Binary 10001000 10000000 1100100 0 110 11010 101111 101111 1111 101110

Color Harmonies of #888064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888064

Black with #888064

Text Example


Text Example

White with #888064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888064; }

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

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

background-color css

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

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

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

border-color css

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

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

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