Html Css Color HEX #909B71 Sage

📋 copy color: '#909B71'

red 144 ◦ green 155 ◦ blue 113

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

Shades of Sage #909B71

Tints of Sage #909B71

RGB

 RED value IS 144 (56.64% from 255) = 34.95%

 GREEN value IS 155 (60.94% from 255) = 37.62%

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

R = 34.95%
G = 37.62%
B = 27.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#909B71 (or 0x909B71) is known color: Sage. HEX triplet: 90, 9B and 71. RGB value is (144,155,113). Sum of RGB (Red+Green+Blue) = 144+155+113=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #909B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B71 is #6F648E. Grayscale: #939393. Windows color (decimal): -7300239 or 7445392. OLE color: 7445392.

HSL color Cylindrical-coordinate representation of color #909B71: hue angle of 75.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #909B71 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 155 113 -
CMYK 0.07 0 0.27 0.39
HSL 75.71º 0.17% 0.53% -
HSV(B) 75.71º 0.27% 0.61% -
XYZ 26.2 30.56 20.14 -
YUV 146.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 144 155 113 0.07 0 0.27 0.39 75.71 0.17 0.53
Hex 90 9B 71 7 0 1B 27 4C 11 35
Octal 220 233 161 7 0 33 47 114 21 65
Binary 10010000 10011011 1110001 111 0 11011 100111 1001100 10001 110101

Color Harmonies of #909B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909B71

Black with #909B71

Text Example


Text Example

White with #909B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909B71; }

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

 H1.HeaderClassName
 {
   color: #909B71;
 }
 .AnyTagClassName
 {
   color: #909B71;
 }
</style>

background-color css

<style>
 a { background-color: #909B71; }

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

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

border-color css

<style>
 span { border-color: #909B71; }

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

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