Html Css Color HEX #899174 Sage

📋 copy color: '#899174'

red 137 ◦ green 145 ◦ blue 116

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

Shades of Sage #899174

Tints of Sage #899174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 34.42%
G = 36.43%
B = 29.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#899174 (or 0x899174) is known color: Sage. HEX triplet: 89, 91 and 74. RGB value is (137,145,116). Sum of RGB (Red+Green+Blue) = 137+145+116=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #899174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899174 is #766E8B. Grayscale: #8B8B8B. Windows color (decimal): -7761548 or 7639433. OLE color: 7639433.

HSL color Cylindrical-coordinate representation of color #899174: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899174 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 145 116 -
CMYK 0.06 0 0.2 0.43
HSL 76.55º 0.12% 0.51% -
HSV(B) 76.55º 0.2% 0.57% -
XYZ 23.59 26.83 20.46 -
YUV 139.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 137 145 116 0.06 0 0.2 0.43 76.55 0.12 0.51
Hex 89 91 74 6 0 14 2B 4D C 33
Octal 211 221 164 6 0 24 53 115 14 63
Binary 10001001 10010001 1110100 110 0 10100 101011 1001101 1100 110011

Color Harmonies of #899174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899174

Black with #899174

Text Example


Text Example

White with #899174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899174; }

 p { color: rgb(137,145,116); }

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

background-color css

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

 a { background-color: rgb(137,145,116); }

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

border-color css

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

 span { border-color: rgb(137,145,116); }

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