Html Css Color HEX #969E80 Sage

📋 copy color: '#969E80'

red 150 ◦ green 158 ◦ blue 128

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

Shades of Sage #969E80

Tints of Sage #969E80

RGB

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

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

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

R = 34.4%
G = 36.24%
B = 29.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#969E80 (or 0x969E80) is known color: Sage. HEX triplet: 96, 9E and 80. RGB value is (150,158,128). Sum of RGB (Red+Green+Blue) = 150+158+128=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #969E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E80 is #69617F. Grayscale: #989898. Windows color (decimal): -6906240 or 8429206. OLE color: 8429206.

HSL color Cylindrical-coordinate representation of color #969E80: hue angle of 76º degrees, saturation: 0.13, 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 #969E80 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 158 128 -
CMYK 0.05 0 0.19 0.38
HSL 76º 0.13% 0.56% -
HSV(B) 76º 0.19% 0.62% -
XYZ 28.7 32.5 25.18 -
YUV 152.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 150 158 128 0.05 0 0.19 0.38 76 0.13 0.56
Hex 96 9E 80 5 0 13 26 4C D 38
Octal 226 236 200 5 0 23 46 114 15 70
Binary 10010110 10011110 10000000 101 0 10011 100110 1001100 1101 111000

Color Harmonies of #969E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969E80

Black with #969E80

Text Example


Text Example

White with #969E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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