Html Css Color HEX #999688 Grey Olive

📋 copy color: '#999688'

red 153 ◦ green 150 ◦ blue 136

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

Shades of Grey Olive #999688

Tints of Grey Olive #999688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 34.85%
G = 34.17%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999688 (or 0x999688) is known color: Grey Olive. HEX triplet: 99, 96 and 88. RGB value is (153,150,136). Sum of RGB (Red+Green+Blue) = 153+150+136=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #999688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999688 is #666977. Grayscale: #959595. Windows color (decimal): -6711672 or 8951449. OLE color: 8951449.

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

Color convert

RGB 153 150 136 -
CMYK 0 0.02 0.11 0.4
HSL 49.41º 0.08% 0.57% -
HSV(B) 49.41º 0.11% 0.6% -
XYZ 28.49 30.36 27.65 -
YUV 149.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 153 150 136 0 0.02 0.11 0.4 49.41 0.08 0.57
Hex 99 96 88 0 2 B 28 31 8 39
Octal 231 226 210 0 2 13 50 61 10 71
Binary 10011001 10010110 10001000 0 10 1011 101000 110001 1000 111001

Color Harmonies of #999688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999688

Black with #999688

Text Example


Text Example

White with #999688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999688; }

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

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

background-color css

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

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

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

border-color css

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

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

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