Html Css Color HEX #9BA677 Sage

📋 copy color: '#9BA677'

red 155 ◦ green 166 ◦ blue 119

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

Shades of Sage #9BA677

Tints of Sage #9BA677

RGB

 RED value IS 155 (60.94% from 255) = 35.23%

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 35.23%
G = 37.73%
B = 27.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#9BA677 (or 0x9BA677) is known color: Sage. HEX triplet: 9B, A6 and 77. RGB value is (155,166,119). Sum of RGB (Red+Green+Blue) = 155+166+119=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA677 is #645988. Grayscale: #9D9D9D. Windows color (decimal): -6576521 or 7841435. OLE color: 7841435.

HSL color Cylindrical-coordinate representation of color #9BA677: hue angle of 74.04º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA677 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 119 -
CMYK 0.07 0 0.28 0.35
HSL 74.04º 0.21% 0.56% -
HSV(B) 74.04º 0.28% 0.65% -
XYZ 30.48 35.57 22.71 -
YUV 157.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 155 166 119 0.07 0 0.28 0.35 74.04 0.21 0.56
Hex 9B A6 77 7 0 1C 23 4A 15 38
Octal 233 246 167 7 0 34 43 112 25 70
Binary 10011011 10100110 1110111 111 0 11100 100011 1001010 10101 111000

Color Harmonies of #9BA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA677

Black with #9BA677

Text Example


Text Example

White with #9BA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA677; }

 p { color: rgb(155,166,119); }

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

background-color css

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

 a { background-color: rgb(155,166,119); }

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

border-color css

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

 span { border-color: rgb(155,166,119); }

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