Html Css Color HEX #888068 Olive Haze

📋 copy color: '#888068'

red 136 ◦ green 128 ◦ blue 104

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

Shades of Olive Haze #888068

Tints of Olive Haze #888068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 36.96%
G = 34.78%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#888068 (or 0x888068) is known color: Olive Haze. HEX triplet: 88, 80 and 68. RGB value is (136,128,104). Sum of RGB (Red+Green+Blue) = 136+128+104=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #888068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888068 is #777F97. Grayscale: #7F7F7F. Windows color (decimal): -7831448 or 6848648. OLE color: 6848648.

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

Color convert

RGB 136 128 104 -
CMYK 0 0.06 0.24 0.47
HSL 45º 0.13% 0.47% -
HSV(B) 45º 0.24% 0.53% -
XYZ 20.37 21.67 16.21 -
YUV 127.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 136 128 104 0 0.06 0.24 0.47 45 0.13 0.47
Hex 88 80 68 0 6 18 2F 2D D 2F
Octal 210 200 150 0 6 30 57 55 15 57
Binary 10001000 10000000 1101000 0 110 11000 101111 101101 1101 101111

Color Harmonies of #888068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888068

Black with #888068

Text Example


Text Example

White with #888068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888068; }

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

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

background-color css

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

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

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

border-color css

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

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

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