Html Css Color HEX #9BA07B Sage

📋 copy color: '#9BA07B'

red 155 ◦ green 160 ◦ blue 123

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

Shades of Sage #9BA07B

Tints of Sage #9BA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 35.39%
G = 36.53%
B = 28.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#9BA07B (or 0x9BA07B) is known color: Sage. HEX triplet: 9B, A0 and 7B. RGB value is (155,160,123). Sum of RGB (Red+Green+Blue) = 155+160+123=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07B is #645F84. Grayscale: #9A9A9A. Windows color (decimal): -6578053 or 8102043. OLE color: 8102043.

HSL color Cylindrical-coordinate representation of color #9BA07B: hue angle of 68.11º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA07B is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 123 -
CMYK 0.03 0 0.23 0.37
HSL 68.11º 0.16% 0.55% -
HSV(B) 68.11º 0.23% 0.63% -
XYZ 29.66 33.54 23.65 -
YUV 154.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 155 160 123 0.03 0 0.23 0.37 68.11 0.16 0.55
Hex 9B A0 7B 3 0 17 25 44 10 37
Octal 233 240 173 3 0 27 45 104 20 67
Binary 10011011 10100000 1111011 11 0 10111 100101 1000100 10000 110111

Color Harmonies of #9BA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA07B

Black with #9BA07B

Text Example


Text Example

White with #9BA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,123); }

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

background-color css

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

 a { background-color: rgb(155,160,123); }

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

border-color css

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

 span { border-color: rgb(155,160,123); }

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