Html Css Color HEX #9A9684 Grey Olive

📋 copy color: '#9A9684'

red 154 ◦ green 150 ◦ blue 132

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

Shades of Grey Olive #9A9684

Tints of Grey Olive #9A9684

RGB

 RED value IS 154 (60.55% from 255) = 35.32%

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 35.32%
G = 34.4%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A9684 (or 0x9A9684) is known color: Grey Olive. HEX triplet: 9A, 96 and 84. RGB value is (154,150,132). Sum of RGB (Red+Green+Blue) = 154+150+132=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9684 is #65697B. Grayscale: #959595. Windows color (decimal): -6646140 or 8689306. OLE color: 8689306.

HSL color Cylindrical-coordinate representation of color #9A9684: hue angle of 49.09º 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 #9A9684 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 150 132 -
CMYK 0 0.03 0.14 0.40
HSL 49.09º 0.1% 0.56% -
HSV(B) 49.09º 0.14% 0.6% -
XYZ 28.4 30.35 26.19 -
YUV 149.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 154 150 132 0 0.03 0.14 0.40 49.09 0.1 0.56
Hex 9A 96 84 0 3 E 28 31 A 38
Octal 232 226 204 0 3 16 50 61 12 70
Binary 10011010 10010110 10000100 0 11 1110 101000 110001 1010 111000

Color Harmonies of #9A9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9684

Black with #9A9684

Text Example


Text Example

White with #9A9684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,150,132); }

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

background-color css

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

 a { background-color: rgb(154,150,132); }

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

border-color css

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

 span { border-color: rgb(154,150,132); }

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