Html Css Color HEX #9F977B Grey Olive

📋 copy color: '#9F977B'

red 159 ◦ green 151 ◦ blue 123

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

Shades of Grey Olive #9F977B

Tints of Grey Olive #9F977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

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

R = 36.72%
G = 34.87%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F977B (or 0x9F977B) is known color: Grey Olive. HEX triplet: 9F, 97 and 7B. RGB value is (159,151,123). Sum of RGB (Red+Green+Blue) = 159+151+123=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F977B is #606884. Grayscale: #969696. Windows color (decimal): -6318213 or 8099743. OLE color: 8099743.

HSL color Cylindrical-coordinate representation of color #9F977B: hue angle of 46.67º 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 #9F977B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 151 123 -
CMYK 0 0.05 0.23 0.38
HSL 46.67º 0.16% 0.55% -
HSV(B) 46.67º 0.23% 0.62% -
XYZ 28.94 30.93 23.18 -
YUV 150.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 159 151 123 0 0.05 0.23 0.38 46.67 0.16 0.55
Hex 9F 97 7B 0 5 17 26 2F 10 37
Octal 237 227 173 0 5 27 46 57 20 67
Binary 10011111 10010111 1111011 0 101 10111 100110 101111 10000 110111

Color Harmonies of #9F977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F977B

Black with #9F977B

Text Example


Text Example

White with #9F977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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