Html Css Color HEX #9BA776 Sage

📋 copy color: '#9BA776'

red 155 ◦ green 167 ◦ blue 118

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

Shades of Sage #9BA776

Tints of Sage #9BA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 35.23%
G = 37.95%
B = 26.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#9BA776 (or 0x9BA776) is known color: Sage. HEX triplet: 9B, A7 and 76. RGB value is (155,167,118). Sum of RGB (Red+Green+Blue) = 155+167+118=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA776 is #645889. Grayscale: #9E9E9E. Windows color (decimal): -6576266 or 7776155. OLE color: 7776155.

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

Color convert

RGB 155 167 118 -
CMYK 0.07 0 0.29 0.35
HSL 74.69º 0.22% 0.56% -
HSV(B) 74.69º 0.29% 0.65% -
XYZ 30.61 35.91 22.46 -
YUV 157.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 155 167 118 0.07 0 0.29 0.35 74.69 0.22 0.56
Hex 9B A7 76 7 0 1D 23 4B 16 38
Octal 233 247 166 7 0 35 43 113 26 70
Binary 10011011 10100111 1110110 111 0 11101 100011 1001011 10110 111000

Color Harmonies of #9BA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA776

Black with #9BA776

Text Example


Text Example

White with #9BA776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,118); }

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

background-color css

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

 a { background-color: rgb(155,167,118); }

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

border-color css

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

 span { border-color: rgb(155,167,118); }

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