Html Css Color HEX #9BA775 Sage

📋 copy color: '#9BA775'

red 155 ◦ green 167 ◦ blue 117

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

Shades of Sage #9BA775

Tints of Sage #9BA775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 35.31%
G = 38.04%
B = 26.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9BA775 (or 0x9BA775) is known color: Sage. HEX triplet: 9B, A7 and 75. RGB value is (155,167,117). Sum of RGB (Red+Green+Blue) = 155+167+117=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA775 is #64588A. Grayscale: #9D9D9D. Windows color (decimal): -6576267 or 7710619. OLE color: 7710619.

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

Color convert

RGB 155 167 117 -
CMYK 0.07 0 0.30 0.35
HSL 74.4º 0.22% 0.56% -
HSV(B) 74.4º 0.3% 0.65% -
XYZ 30.55 35.89 22.15 -
YUV 157.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 155 167 117 0.07 0 0.30 0.35 74.4 0.22 0.56
Hex 9B A7 75 7 0 1E 23 4A 16 38
Octal 233 247 165 7 0 36 43 112 26 70
Binary 10011011 10100111 1110101 111 0 11110 100011 1001010 10110 111000

Color Harmonies of #9BA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA775

Black with #9BA775

Text Example


Text Example

White with #9BA775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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