Html Css Color HEX #9F997B Grey Olive

📋 copy color: '#9F997B'

red 159 ◦ green 153 ◦ blue 123

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

Shades of Grey Olive #9F997B

Tints of Grey Olive #9F997B

RGB

 RED value IS 159 (62.5% from 255) = 36.55%

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 36.55%
G = 35.17%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F997B (or 0x9F997B) is known color: Grey Olive. HEX triplet: 9F, 99 and 7B. RGB value is (159,153,123). Sum of RGB (Red+Green+Blue) = 159+153+123=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F997B is #606684. Grayscale: #979797. Windows color (decimal): -6317701 or 8100255. OLE color: 8100255.

HSL color Cylindrical-coordinate representation of color #9F997B: hue angle of 50º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F997B is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 153 123 -
CMYK 0 0.04 0.23 0.38
HSL 50º 0.16% 0.55% -
HSV(B) 50º 0.23% 0.62% -
XYZ 29.26 31.58 23.29 -
YUV 151.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 159 153 123 0 0.04 0.23 0.38 50 0.16 0.55
Hex 9F 99 7B 0 4 17 26 32 10 37
Octal 237 231 173 0 4 27 46 62 20 67
Binary 10011111 10011001 1111011 0 100 10111 100110 110010 10000 110111

Color Harmonies of #9F997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F997B

Black with #9F997B

Text Example


Text Example

White with #9F997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,123); }

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

background-color css

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

 a { background-color: rgb(159,153,123); }

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

border-color css

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

 span { border-color: rgb(159,153,123); }

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