Html Css Color HEX #899674 Sage

📋 copy color: '#899674'

red 137 ◦ green 150 ◦ blue 116

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

Shades of Sage #899674

Tints of Sage #899674

RGB

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

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

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

R = 34%
G = 37.22%
B = 28.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#899674 (or 0x899674) is known color: Sage. HEX triplet: 89, 96 and 74. RGB value is (137,150,116). Sum of RGB (Red+Green+Blue) = 137+150+116=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #899674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899674 is #76698B. Grayscale: #8E8E8E. Windows color (decimal): -7760268 or 7640713. OLE color: 7640713.

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

Color convert

RGB 137 150 116 -
CMYK 0.09 0 0.23 0.41
HSL 82.94º 0.14% 0.52% -
HSV(B) 82.94º 0.23% 0.59% -
XYZ 24.38 28.39 20.72 -
YUV 142.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 137 150 116 0.09 0 0.23 0.41 82.94 0.14 0.52
Hex 89 96 74 9 0 17 29 53 E 34
Octal 211 226 164 11 0 27 51 123 16 64
Binary 10001001 10010110 1110100 1001 0 10111 101001 1010011 1110 110100

Color Harmonies of #899674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899674

Black with #899674

Text Example


Text Example

White with #899674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899674; }

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

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

background-color css

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

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

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

border-color css

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

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

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