Html Css Color HEX #959F7A Sage

📋 copy color: '#959F7A'

red 149 ◦ green 159 ◦ blue 122

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

Shades of Sage #959F7A

Tints of Sage #959F7A

RGB

 RED value IS 149 (58.59% from 255) = 34.65%

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 34.65%
G = 36.98%
B = 28.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#959F7A (or 0x959F7A) is known color: Sage. HEX triplet: 95, 9F and 7A. RGB value is (149,159,122). Sum of RGB (Red+Green+Blue) = 149+159+122=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #959F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F7A is #6A6085. Grayscale: #979797. Windows color (decimal): -6971526 or 8036245. OLE color: 8036245.

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

Color convert

RGB 149 159 122 -
CMYK 0.06 0 0.23 0.38
HSL 76.22º 0.16% 0.55% -
HSV(B) 76.22º 0.23% 0.62% -
XYZ 28.31 32.59 23.21 -
YUV 151.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 149 159 122 0.06 0 0.23 0.38 76.22 0.16 0.55
Hex 95 9F 7A 6 0 17 26 4C 10 37
Octal 225 237 172 6 0 27 46 114 20 67
Binary 10010101 10011111 1111010 110 0 10111 100110 1001100 10000 110111

Color Harmonies of #959F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F7A

Black with #959F7A

Text Example


Text Example

White with #959F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F7A; }

 p { color: rgb(149,159,122); }

 H1.HeaderClassName
 {
   color: #959F7A;
 }
 .AnyTagClassName
 {
   color: #959F7A;
 }
</style>

background-color css

<style>
 a { background-color: #959F7A; }

 a { background-color: rgb(149,159,122); }

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

border-color css

<style>
 span { border-color: #959F7A; }

 span { border-color: rgb(149,159,122); }

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