Html Css Color HEX #9BA671 Sage

📋 copy color: '#9BA671'

red 155 ◦ green 166 ◦ blue 113

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

Shades of Sage #9BA671

Tints of Sage #9BA671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 35.71%
G = 38.25%
B = 26.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#9BA671 (or 0x9BA671) is known color: Sage. HEX triplet: 9B, A6 and 71. RGB value is (155,166,113). Sum of RGB (Red+Green+Blue) = 155+166+113=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA671 is #64598E. Grayscale: #9C9C9C. Windows color (decimal): -6576527 or 7448219. OLE color: 7448219.

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

Color convert

RGB 155 166 113 -
CMYK 0.07 0 0.32 0.35
HSL 72.45º 0.23% 0.55% -
HSV(B) 72.45º 0.32% 0.65% -
XYZ 30.13 35.43 20.87 -
YUV 156.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 155 166 113 0.07 0 0.32 0.35 72.45 0.23 0.55
Hex 9B A6 71 7 0 20 23 48 17 37
Octal 233 246 161 7 0 40 43 110 27 67
Binary 10011011 10100110 1110001 111 0 100000 100011 1001000 10111 110111

Color Harmonies of #9BA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA671

Black with #9BA671

Text Example


Text Example

White with #9BA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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