Html Css Color HEX #9A9F87 Sage

📋 copy color: '#9A9F87'

red 154 ◦ green 159 ◦ blue 135

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

Shades of Sage #9A9F87

Tints of Sage #9A9F87

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 135 (53.13% from 255) = 30.13%

R = 34.38%
G = 35.49%
B = 30.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9A9F87 (or 0x9A9F87) is known color: Sage. HEX triplet: 9A, 9F and 87. RGB value is (154,159,135). Sum of RGB (Red+Green+Blue) = 154+159+135=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9F87 is #656078. Grayscale: #9A9A9A. Windows color (decimal): -6643833 or 8888218. OLE color: 8888218.

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

Color convert

RGB 154 159 135 -
CMYK 0.03 0 0.15 0.38
HSL 72.5º 0.11% 0.58% -
HSV(B) 72.5º 0.15% 0.62% -
XYZ 30.1 33.42 27.79 -
YUV 154.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 154 159 135 0.03 0 0.15 0.38 72.5 0.11 0.58
Hex 9A 9F 87 3 0 F 26 48 B 3A
Octal 232 237 207 3 0 17 46 110 13 72
Binary 10011010 10011111 10000111 11 0 1111 100110 1001000 1011 111010

Color Harmonies of #9A9F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9F87

Black with #9A9F87

Text Example


Text Example

White with #9A9F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,159,135); }

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

background-color css

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

 a { background-color: rgb(154,159,135); }

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

border-color css

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

 span { border-color: rgb(154,159,135); }

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