Html Css Color HEX #899675 Sage

📋 copy color: '#899675'

red 137 ◦ green 150 ◦ blue 117

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

Shades of Sage #899675

Tints of Sage #899675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 33.91%
G = 37.13%
B = 28.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#899675 (or 0x899675) is known color: Sage. HEX triplet: 89, 96 and 75. RGB value is (137,150,117). Sum of RGB (Red+Green+Blue) = 137+150+117=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #899675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899675 is #76698A. Grayscale: #8E8E8E. Windows color (decimal): -7760267 or 7706249. OLE color: 7706249.

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

Color convert

RGB 137 150 117 -
CMYK 0.09 0 0.22 0.41
HSL 83.64º 0.14% 0.52% -
HSV(B) 83.64º 0.22% 0.59% -
XYZ 24.43 28.42 21.03 -
YUV 142.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 137 150 117 0.09 0 0.22 0.41 83.64 0.14 0.52
Hex 89 96 75 9 0 16 29 54 E 34
Octal 211 226 165 11 0 26 51 124 16 64
Binary 10001001 10010110 1110101 1001 0 10110 101001 1010100 1110 110100

Color Harmonies of #899675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899675

Black with #899675

Text Example


Text Example

White with #899675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899675; }

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

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

background-color css

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

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

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

border-color css

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

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

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