Html Css Color HEX #959878 Sage

📋 copy color: '#959878'

red 149 ◦ green 152 ◦ blue 120

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

Shades of Sage #959878

Tints of Sage #959878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 35.39%
G = 36.1%
B = 28.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#959878 (or 0x959878) is known color: Sage. HEX triplet: 95, 98 and 78. RGB value is (149,152,120). Sum of RGB (Red+Green+Blue) = 149+152+120=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #959878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959878 is #6A6787. Grayscale: #939393. Windows color (decimal): -6973320 or 7903381. OLE color: 7903381.

HSL color Cylindrical-coordinate representation of color #959878: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959878 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 120 -
CMYK 0.02 0 0.21 0.40
HSL 65.63º 0.13% 0.53% -
HSV(B) 65.63º 0.21% 0.6% -
XYZ 27.01 30.2 22.18 -
YUV 147.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 149 152 120 0.02 0 0.21 0.40 65.63 0.13 0.53
Hex 95 98 78 2 0 15 28 42 D 35
Octal 225 230 170 2 0 25 50 102 15 65
Binary 10010101 10011000 1111000 10 0 10101 101000 1000010 1101 110101

Color Harmonies of #959878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959878

Black with #959878

Text Example


Text Example

White with #959878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959878; }

 p { color: rgb(149,152,120); }

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

background-color css

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

 a { background-color: rgb(149,152,120); }

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

border-color css

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

 span { border-color: rgb(149,152,120); }

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