Html Css Color HEX #959E7B Sage

📋 copy color: '#959E7B'

red 149 ◦ green 158 ◦ blue 123

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

Shades of Sage #959E7B

Tints of Sage #959E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

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

R = 34.65%
G = 36.74%
B = 28.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#959E7B (or 0x959E7B) is known color: Sage. HEX triplet: 95, 9E and 7B. RGB value is (149,158,123). Sum of RGB (Red+Green+Blue) = 149+158+123=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7B is #6A6184. Grayscale: #979797. Windows color (decimal): -6971781 or 8101525. OLE color: 8101525.

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

Color convert

RGB 149 158 123 -
CMYK 0.06 0 0.22 0.38
HSL 75.43º 0.15% 0.55% -
HSV(B) 75.43º 0.22% 0.62% -
XYZ 28.2 32.27 23.48 -
YUV 151.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 149 158 123 0.06 0 0.22 0.38 75.43 0.15 0.55
Hex 95 9E 7B 6 0 16 26 4B F 37
Octal 225 236 173 6 0 26 46 113 17 67
Binary 10010101 10011110 1111011 110 0 10110 100110 1001011 1111 110111

Color Harmonies of #959E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E7B

Black with #959E7B

Text Example


Text Example

White with #959E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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