Html Css Color HEX #9BA675 Sage

📋 copy color: '#9BA675'

red 155 ◦ green 166 ◦ blue 117

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

Shades of Sage #9BA675

Tints of Sage #9BA675

RGB

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

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

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

R = 35.39%
G = 37.9%
B = 26.71%

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

#9BA675 (or 0x9BA675) is known color: Sage. HEX triplet: 9B, A6 and 75. RGB value is (155,166,117). Sum of RGB (Red+Green+Blue) = 155+166+117=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA675 is #64598A. Grayscale: #9D9D9D. Windows color (decimal): -6576523 or 7710363. OLE color: 7710363.

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

Color convert

RGB 155 166 117 -
CMYK 0.07 0 0.30 0.35
HSL 73.47º 0.22% 0.55% -
HSV(B) 73.47º 0.3% 0.65% -
XYZ 30.36 35.53 22.09 -
YUV 157.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 155 166 117 0.07 0 0.30 0.35 73.47 0.22 0.55
Hex 9B A6 75 7 0 1E 23 49 16 37
Octal 233 246 165 7 0 36 43 111 26 67
Binary 10011011 10100110 1110101 111 0 11110 100011 1001001 10110 110111

Color Harmonies of #9BA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA675

Black with #9BA675

Text Example


Text Example

White with #9BA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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