Html Css Color HEX #9F977E Grey Olive

📋 copy color: '#9F977E'

red 159 ◦ green 151 ◦ blue 126

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

Shades of Grey Olive #9F977E

Tints of Grey Olive #9F977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 36.47%
G = 34.63%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F977E (or 0x9F977E) is known color: Grey Olive. HEX triplet: 9F, 97 and 7E. RGB value is (159,151,126). Sum of RGB (Red+Green+Blue) = 159+151+126=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F977E is #606881. Grayscale: #969696. Windows color (decimal): -6318210 or 8296351. OLE color: 8296351.

HSL color Cylindrical-coordinate representation of color #9F977E: hue angle of 45.45º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F977E is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 151 126 -
CMYK 0 0.05 0.21 0.38
HSL 45.45º 0.15% 0.56% -
HSV(B) 45.45º 0.21% 0.62% -
XYZ 29.13 31.01 24.19 -
YUV 150.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 159 151 126 0 0.05 0.21 0.38 45.45 0.15 0.56
Hex 9F 97 7E 0 5 15 26 2D F 38
Octal 237 227 176 0 5 25 46 55 17 70
Binary 10011111 10010111 1111110 0 101 10101 100110 101101 1111 111000

Color Harmonies of #9F977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F977E

Black with #9F977E

Text Example


Text Example

White with #9F977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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