#999683

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

Shades of Grey Olive #999683

Tints of Grey Olive #999683

Color information

#999683 (or 0x999683) is unknown color: approx Grey Olive. HEX triplet: 99, 96 and 83. RGB value is (153,150,131). Sum of RGB (Red+Green+Blue) = 153+150+131=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999683 is #66697C. Grayscale: #949494. Windows color (decimal): -6711677 or 8623769. OLE color: 8623769.

HSL color Cylindrical-coordinate representation of color #999683: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999683 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153150131-
CMYK00.020.140.4
HSL51.82º9.73%55.69%-
HSV(B)51.82º14.38%60%-
XYZ28.1430.2225.82-
YUV148.73117.99131.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=35.25%
G=34.56%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315013100.020.140.451.829.7355.69
Hex99968302E2834a38
Octal231226203021650641270
Binary10011001100101101000001101011101010001101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999683; }

 p { color: rgb(153,150,131); }

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

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

 a { background-color: rgb(153,150,131); }

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

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

 span { border-color: rgb(153,150,131); }

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