Html Css Color HEX #959E70 Sage

📋 copy color: '#959E70'

red 149 ◦ green 158 ◦ blue 112

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

Shades of Sage #959E70

Tints of Sage #959E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 35.56%
G = 37.71%
B = 26.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#959E70 (or 0x959E70) is known color: Sage. HEX triplet: 95, 9E and 70. RGB value is (149,158,112). Sum of RGB (Red+Green+Blue) = 149+158+112=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #959E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E70 is #6A618F. Grayscale: #969696. Windows color (decimal): -6971792 or 7380629. OLE color: 7380629.

HSL color Cylindrical-coordinate representation of color #959E70: hue angle of 71.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #959E70 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 112 -
CMYK 0.06 0 0.29 0.38
HSL 71.74º 0.19% 0.53% -
HSV(B) 71.74º 0.29% 0.62% -
XYZ 27.55 32.01 20.06 -
YUV 150.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 149 158 112 0.06 0 0.29 0.38 71.74 0.19 0.53
Hex 95 9E 70 6 0 1D 26 48 13 35
Octal 225 236 160 6 0 35 46 110 23 65
Binary 10010101 10011110 1110000 110 0 11101 100110 1001000 10011 110101

Color Harmonies of #959E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E70

Black with #959E70

Text Example


Text Example

White with #959E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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