Html Css Color HEX #969B80 Sage

📋 copy color: '#969B80'

red 150 ◦ green 155 ◦ blue 128

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

Shades of Sage #969B80

Tints of Sage #969B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

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

R = 34.64%
G = 35.8%
B = 29.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#969B80 (or 0x969B80) is known color: Sage. HEX triplet: 96, 9B and 80. RGB value is (150,155,128). Sum of RGB (Red+Green+Blue) = 150+155+128=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #969B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B80 is #69647F. Grayscale: #969696. Windows color (decimal): -6907008 or 8428438. OLE color: 8428438.

HSL color Cylindrical-coordinate representation of color #969B80: hue angle of 71.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969B80 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 155 128 -
CMYK 0.03 0 0.17 0.39
HSL 71.11º 0.12% 0.55% -
HSV(B) 71.11º 0.17% 0.61% -
XYZ 28.2 31.49 25.01 -
YUV 150.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 150 155 128 0.03 0 0.17 0.39 71.11 0.12 0.55
Hex 96 9B 80 3 0 11 27 47 C 37
Octal 226 233 200 3 0 21 47 107 14 67
Binary 10010110 10011011 10000000 11 0 10001 100111 1000111 1100 110111

Color Harmonies of #969B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B80

Black with #969B80

Text Example


Text Example

White with #969B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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