Html Css Color HEX #899374 Sage

📋 copy color: '#899374'

red 137 ◦ green 147 ◦ blue 116

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

Shades of Sage #899374

Tints of Sage #899374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 34.25%
G = 36.75%
B = 29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#899374 (or 0x899374) is known color: Sage. HEX triplet: 89, 93 and 74. RGB value is (137,147,116). Sum of RGB (Red+Green+Blue) = 137+147+116=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #899374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899374 is #766C8B. Grayscale: #8C8C8C. Windows color (decimal): -7761036 or 7639945. OLE color: 7639945.

HSL color Cylindrical-coordinate representation of color #899374: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899374 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 116 -
CMYK 0.07 0 0.21 0.42
HSL 79.35º 0.13% 0.52% -
HSV(B) 79.35º 0.21% 0.58% -
XYZ 23.9 27.45 20.56 -
YUV 140.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 137 147 116 0.07 0 0.21 0.42 79.35 0.13 0.52
Hex 89 93 74 7 0 15 2A 4F D 34
Octal 211 223 164 7 0 25 52 117 15 64
Binary 10001001 10010011 1110100 111 0 10101 101010 1001111 1101 110100

Color Harmonies of #899374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899374

Black with #899374

Text Example


Text Example

White with #899374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899374; }

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

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

background-color css

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

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

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

border-color css

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

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

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