Html Css Color HEX #959D7B Sage

📋 copy color: '#959D7B'

red 149 ◦ green 157 ◦ blue 123

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

Shades of Sage #959D7B

Tints of Sage #959D7B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 34.73%
G = 36.6%
B = 28.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#959D7B (or 0x959D7B) is known color: Sage. HEX triplet: 95, 9D and 7B. RGB value is (149,157,123). Sum of RGB (Red+Green+Blue) = 149+157+123=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #959D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D7B is #6A6284. Grayscale: #969696. Windows color (decimal): -6972037 or 8101269. OLE color: 8101269.

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

Color convert

RGB 149 157 123 -
CMYK 0.05 0 0.22 0.38
HSL 74.12º 0.15% 0.55% -
HSV(B) 74.12º 0.22% 0.62% -
XYZ 28.03 31.93 23.43 -
YUV 150.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 149 157 123 0.05 0 0.22 0.38 74.12 0.15 0.55
Hex 95 9D 7B 5 0 16 26 4A F 37
Octal 225 235 173 5 0 26 46 112 17 67
Binary 10010101 10011101 1111011 101 0 10110 100110 1001010 1111 110111

Color Harmonies of #959D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D7B

Black with #959D7B

Text Example


Text Example

White with #959D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,123); }

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

background-color css

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

 a { background-color: rgb(149,157,123); }

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

border-color css

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

 span { border-color: rgb(149,157,123); }

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