Html Css Color HEX #9B9E7D Sage

📋 copy color: '#9B9E7D'

red 155 ◦ green 158 ◦ blue 125

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

Shades of Sage #9B9E7D

Tints of Sage #9B9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 35.39%
G = 36.07%
B = 28.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9B9E7D (or 0x9B9E7D) is known color: Sage. HEX triplet: 9B, 9E and 7D. RGB value is (155,158,125). Sum of RGB (Red+Green+Blue) = 155+158+125=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9E7D is #646182. Grayscale: #999999. Windows color (decimal): -6578563 or 8232603. OLE color: 8232603.

HSL color Cylindrical-coordinate representation of color #9B9E7D: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B9E7D is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 158 125 -
CMYK 0.02 0 0.21 0.38
HSL 65.45º 0.15% 0.55% -
HSV(B) 65.45º 0.21% 0.62% -
XYZ 29.45 32.9 24.2 -
YUV 153.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 155 158 125 0.02 0 0.21 0.38 65.45 0.15 0.55
Hex 9B 9E 7D 2 0 15 26 41 F 37
Octal 233 236 175 2 0 25 46 101 17 67
Binary 10011011 10011110 1111101 10 0 10101 100110 1000001 1111 110111

Color Harmonies of #9B9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E7D

Black with #9B9E7D

Text Example


Text Example

White with #9B9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,125); }

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

background-color css

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

 a { background-color: rgb(155,158,125); }

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

border-color css

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

 span { border-color: rgb(155,158,125); }

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