Html Css Color HEX #9BA07F Sage

📋 copy color: '#9BA07F'

red 155 ◦ green 160 ◦ blue 127

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

Shades of Sage #9BA07F

Tints of Sage #9BA07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.73%

R = 35.07%
G = 36.2%
B = 28.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#9BA07F (or 0x9BA07F) is known color: Sage. HEX triplet: 9B, A0 and 7F. RGB value is (155,160,127). Sum of RGB (Red+Green+Blue) = 155+160+127=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07F is #645F80. Grayscale: #9A9A9A. Windows color (decimal): -6578049 or 8364187. OLE color: 8364187.

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

Color convert

RGB 155 160 127 -
CMYK 0.03 0 0.21 0.37
HSL 69.09º 0.15% 0.56% -
HSV(B) 69.09º 0.21% 0.63% -
XYZ 29.92 33.64 25 -
YUV 154.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 155 160 127 0.03 0 0.21 0.37 69.09 0.15 0.56
Hex 9B A0 7F 3 0 15 25 45 F 38
Octal 233 240 177 3 0 25 45 105 17 70
Binary 10011011 10100000 1111111 11 0 10101 100101 1000101 1111 111000

Color Harmonies of #9BA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA07F

Black with #9BA07F

Text Example


Text Example

White with #9BA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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