Html Css Color HEX #968E88 Zorba

📋 copy color: '#968E88'

red 150 ◦ green 142 ◦ blue 136

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

Shades of Zorba #968E88

Tints of Zorba #968E88

RGB

 RED value IS 150 (58.98% from 255) = 35.05%

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 35.05%
G = 33.18%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968E88 (or 0x968E88) is known color: Zorba. HEX triplet: 96, 8E and 88. RGB value is (150,142,136). Sum of RGB (Red+Green+Blue) = 150+142+136=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E88 is #697177. Grayscale: #8F8F8F. Windows color (decimal): -6910328 or 8949398. OLE color: 8949398.

HSL color Cylindrical-coordinate representation of color #968E88: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #968E88 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 136 -
CMYK 0 0.05 0.09 0.41
HSL 25.71º 0.06% 0.56% -
HSV(B) 25.71º 0.09% 0.59% -
XYZ 26.69 27.61 27.21 -
YUV 143.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 150 142 136 0 0.05 0.09 0.41 25.71 0.06 0.56
Hex 96 8E 88 0 5 9 29 1A 6 38
Octal 226 216 210 0 5 11 51 32 6 70
Binary 10010110 10001110 10001000 0 101 1001 101001 11010 110 111000

Color Harmonies of #968E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E88

Black with #968E88

Text Example


Text Example

White with #968E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968E88; }

 p { color: rgb(150,142,136); }

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

background-color css

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

 a { background-color: rgb(150,142,136); }

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

border-color css

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

 span { border-color: rgb(150,142,136); }

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