#9D908A

Color #9D908A Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9D908A

Tints of Zorba #9D908A

Color information

#9D908A (or 0x9D908A) is unknown color: approx Zorba. HEX triplet: 9D, 90 and 8A. RGB value is (157,144,138). Sum of RGB (Red+Green+Blue) = 157+144+138=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D908A is #626F75. Grayscale: #939393. Windows color (decimal): -6451062 or 9080989. OLE color: 9080989.

HSL color Cylindrical-coordinate representation of color #9D908A: hue angle of 18.95º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D908A is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB157144138-
CMYK00.080.120.38
HSL18.95º8.84%57.84%-
HSV(B)18.95º12.1%61.57%-
XYZ28.4728.9528.13-
YUV147.2122.81134.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=35.76%
G=32.80%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714413800.080.120.3818.958.8457.84
Hex9D908A08C261393a
Octal2352202120101446231172
Binary100111011001000010001010010001100100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D908A; }

 p { color: rgb(157,144,138); }

 H1.HeaderClassName
 {
   color: #9D908A;
 }
 .AnyTagClassName
 {
   color: #9D908A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,144,138); }

 div.DivClassName
 {
   background-color: #9D908A;
 }
 .BgClassName
 {
   background-color: #9D908A;
 }
</style>
border-color css

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

 span { border-color: rgb(157,144,138); }

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