Html Css Color HEX #968F88 Zorba

📋 copy color: '#968F88'

red 150 ◦ green 143 ◦ blue 136

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

Shades of Zorba #968F88

Tints of Zorba #968F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

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

R = 34.97%
G = 33.33%
B = 31.7%

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

#968F88 (or 0x968F88) is known color: Zorba. HEX triplet: 96, 8F and 88. RGB value is (150,143,136). Sum of RGB (Red+Green+Blue) = 150+143+136=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F88 is #697077. Grayscale: #909090. Windows color (decimal): -6910072 or 8949654. OLE color: 8949654.

HSL color Cylindrical-coordinate representation of color #968F88: hue angle of 30º 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 #968F88 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 136 -
CMYK 0 0.05 0.09 0.41
HSL 30º 0.06% 0.56% -
HSV(B) 30º 0.09% 0.59% -
XYZ 26.84 27.91 27.26 -
YUV 144.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 150 143 136 0 0.05 0.09 0.41 30 0.06 0.56
Hex 96 8F 88 0 5 9 29 1E 6 38
Octal 226 217 210 0 5 11 51 36 6 70
Binary 10010110 10001111 10001000 0 101 1001 101001 11110 110 111000

Color Harmonies of #968F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F88

Black with #968F88

Text Example


Text Example

White with #968F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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