Html Css Color HEX #999685 Grey Olive

📋 copy color: '#999685'

red 153 ◦ green 150 ◦ blue 133

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

Shades of Grey Olive #999685

Tints of Grey Olive #999685

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 35.09%
G = 34.4%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#999685 (or 0x999685) is known color: Grey Olive. HEX triplet: 99, 96 and 85. RGB value is (153,150,133). Sum of RGB (Red+Green+Blue) = 153+150+133=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999685 is #66697A. Grayscale: #959595. Windows color (decimal): -6711675 or 8754841. OLE color: 8754841.

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

Color convert

RGB 153 150 133 -
CMYK 0 0.02 0.13 0.4
HSL 51º 0.09% 0.56% -
HSV(B) 51º 0.13% 0.6% -
XYZ 28.28 30.28 26.54 -
YUV 148.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 153 150 133 0 0.02 0.13 0.4 51 0.09 0.56
Hex 99 96 85 0 2 D 28 33 9 38
Octal 231 226 205 0 2 15 50 63 11 70
Binary 10011001 10010110 10000101 0 10 1101 101000 110011 1001 111000

Color Harmonies of #999685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999685

Black with #999685

Text Example


Text Example

White with #999685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999685; }

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

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

background-color css

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

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

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

border-color css

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

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

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