#9F958F

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

Shades of Zorba #9F958F

Tints of Zorba #9F958F

Color information

#9F958F (or 0x9F958F) is unknown color: approx Zorba. HEX triplet: 9F, 95 and 8F. RGB value is (159,149,143). Sum of RGB (Red+Green+Blue) = 159+149+143=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958F is #606A70. Grayscale: #979797. Windows color (decimal): -6318705 or 9409951. OLE color: 9409951.

HSL color Cylindrical-coordinate representation of color #9F958F: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F958F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB159149143-
CMYK00.060.100.38
HSL22.5º7.69%59.22%-
HSV(B)22.5º10.06%62.35%-
XYZ3030.8530.36-
YUV151.31123.31133.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=35.25%
G=33.04%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914914300.060.100.3822.57.6959.22
Hex9F958F06A261783b
Octal237225217061246271073
Binary10011111100101011000111101101010100110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,143); }

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

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

 a { background-color: rgb(159,149,143); }

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

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

 span { border-color: rgb(159,149,143); }

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