Html Css Color HEX #909871 Sage

📋 copy color: '#909871'

red 144 ◦ green 152 ◦ blue 113

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

Shades of Sage #909871

Tints of Sage #909871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 35.21%
G = 37.16%
B = 27.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#909871 (or 0x909871) is known color: Sage. HEX triplet: 90, 98 and 71. RGB value is (144,152,113). Sum of RGB (Red+Green+Blue) = 144+152+113=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #909871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909871 is #6F678E. Grayscale: #919191. Windows color (decimal): -7301007 or 7444624. OLE color: 7444624.

HSL color Cylindrical-coordinate representation of color #909871: hue angle of 72.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909871 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 113 -
CMYK 0.05 0 0.26 0.40
HSL 72.31º 0.16% 0.52% -
HSV(B) 72.31º 0.26% 0.6% -
XYZ 25.71 29.58 19.98 -
YUV 145.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 144 152 113 0.05 0 0.26 0.40 72.31 0.16 0.52
Hex 90 98 71 5 0 1A 28 48 10 34
Octal 220 230 161 5 0 32 50 110 20 64
Binary 10010000 10011000 1110001 101 0 11010 101000 1001000 10000 110100

Color Harmonies of #909871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909871

Black with #909871

Text Example


Text Example

White with #909871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909871; }

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

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

background-color css

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

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

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

border-color css

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

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

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