Html Css Color HEX #9BA774 Sage

📋 copy color: '#9BA774'

red 155 ◦ green 167 ◦ blue 116

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

Shades of Sage #9BA774

Tints of Sage #9BA774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 35.39%
G = 38.13%
B = 26.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#9BA774 (or 0x9BA774) is known color: Sage. HEX triplet: 9B, A7 and 74. RGB value is (155,167,116). Sum of RGB (Red+Green+Blue) = 155+167+116=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA774 is #64588B. Grayscale: #9D9D9D. Windows color (decimal): -6576268 or 7645083. OLE color: 7645083.

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

Color convert

RGB 155 167 116 -
CMYK 0.07 0 0.31 0.35
HSL 74.12º 0.22% 0.55% -
HSV(B) 74.12º 0.31% 0.65% -
XYZ 30.49 35.87 21.84 -
YUV 157.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 155 167 116 0.07 0 0.31 0.35 74.12 0.22 0.55
Hex 9B A7 74 7 0 1F 23 4A 16 37
Octal 233 247 164 7 0 37 43 112 26 67
Binary 10011011 10100111 1110100 111 0 11111 100011 1001010 10110 110111

Color Harmonies of #9BA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA774

Black with #9BA774

Text Example


Text Example

White with #9BA774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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