#99957D

Color #99957D Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #99957D

Tints of Grey Olive #99957D

Color information

#99957D (or 0x99957D) is unknown color: approx Grey Olive. HEX triplet: 99, 95 and 7D. RGB value is (153,149,125). Sum of RGB (Red+Green+Blue) = 153+149+125=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99957D is #666A82. Grayscale: #939393. Windows color (decimal): -6711939 or 8230297. OLE color: 8230297.

HSL color Cylindrical-coordinate representation of color #99957D: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99957D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153149125-
CMYK00.030.180.4
HSL51.43º12.07%54.51%-
HSV(B)51.43º18.3%60%-
XYZ27.5929.7523.69-
YUV147.46115.33131.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=35.83%
G=34.89%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314912500.030.180.451.4312.0754.51
Hex99957D03122833c37
Octal231225175032250631467
Binary10011001100101011111101011100101010001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99957D; }

 p { color: rgb(153,149,125); }

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

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

 a { background-color: rgb(153,149,125); }

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

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

 span { border-color: rgb(153,149,125); }

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