Html Css Color HEX #899671 Sage

📋 copy color: '#899671'

red 137 ◦ green 150 ◦ blue 113

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

Shades of Sage #899671

Tints of Sage #899671

RGB

 RED value IS 137 (53.91% from 255) = 34.25%

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 34.25%
G = 37.5%
B = 28.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#899671 (or 0x899671) is known color: Sage. HEX triplet: 89, 96 and 71. RGB value is (137,150,113). Sum of RGB (Red+Green+Blue) = 137+150+113=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #899671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899671 is #76698E. Grayscale: #8E8E8E. Windows color (decimal): -7760271 or 7444105. OLE color: 7444105.

HSL color Cylindrical-coordinate representation of color #899671: hue angle of 81.08º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899671 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 113 -
CMYK 0.09 0 0.25 0.41
HSL 81.08º 0.15% 0.52% -
HSV(B) 81.08º 0.25% 0.59% -
XYZ 24.2 28.32 19.81 -
YUV 141.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 137 150 113 0.09 0 0.25 0.41 81.08 0.15 0.52
Hex 89 96 71 9 0 19 29 51 F 34
Octal 211 226 161 11 0 31 51 121 17 64
Binary 10001001 10010110 1110001 1001 0 11001 101001 1010001 1111 110100

Color Harmonies of #899671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899671

Black with #899671

Text Example


Text Example

White with #899671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899671; }

 p { color: rgb(137,150,113); }

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

background-color css

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

 a { background-color: rgb(137,150,113); }

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

border-color css

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

 span { border-color: rgb(137,150,113); }

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