Html Css Color HEX #969B7C Sage

📋 copy color: '#969B7C'

red 150 ◦ green 155 ◦ blue 124

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

Shades of Sage #969B7C

Tints of Sage #969B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 34.97%
G = 36.13%
B = 28.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#969B7C (or 0x969B7C) is known color: Sage. HEX triplet: 96, 9B and 7C. RGB value is (150,155,124). Sum of RGB (Red+Green+Blue) = 150+155+124=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #969B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B7C is #696483. Grayscale: #969696. Windows color (decimal): -6907012 or 8166294. OLE color: 8166294.

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

Color convert

RGB 150 155 124 -
CMYK 0.03 0 0.2 0.39
HSL 69.68º 0.13% 0.55% -
HSV(B) 69.68º 0.2% 0.61% -
XYZ 27.94 31.38 23.65 -
YUV 149.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 150 155 124 0.03 0 0.2 0.39 69.68 0.13 0.55
Hex 96 9B 7C 3 0 14 27 46 D 37
Octal 226 233 174 3 0 24 47 106 15 67
Binary 10010110 10011011 1111100 11 0 10100 100111 1000110 1101 110111

Color Harmonies of #969B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B7C

Black with #969B7C

Text Example


Text Example

White with #969B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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