Html Css Color HEX #969F80 Sage

📋 copy color: '#969F80'

red 150 ◦ green 159 ◦ blue 128

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

Shades of Sage #969F80

Tints of Sage #969F80

RGB

 RED value IS 150 (58.98% from 255) = 34.32%

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 34.32%
G = 36.38%
B = 29.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#969F80 (or 0x969F80) is known color: Sage. HEX triplet: 96, 9F and 80. RGB value is (150,159,128). Sum of RGB (Red+Green+Blue) = 150+159+128=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #969F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969F80 is #69607F. Grayscale: #989898. Windows color (decimal): -6905984 or 8429462. OLE color: 8429462.

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

Color convert

RGB 150 159 128 -
CMYK 0.06 0 0.19 0.38
HSL 77.42º 0.14% 0.56% -
HSV(B) 77.42º 0.19% 0.62% -
XYZ 28.87 32.84 25.24 -
YUV 152.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 150 159 128 0.06 0 0.19 0.38 77.42 0.14 0.56
Hex 96 9F 80 6 0 13 26 4D E 38
Octal 226 237 200 6 0 23 46 115 16 70
Binary 10010110 10011111 10000000 110 0 10011 100110 1001101 1110 111000

Color Harmonies of #969F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969F80

Black with #969F80

Text Example


Text Example

White with #969F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969F80; }

 p { color: rgb(150,159,128); }

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

background-color css

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

 a { background-color: rgb(150,159,128); }

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

border-color css

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

 span { border-color: rgb(150,159,128); }

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