Html Css Color HEX #889275 Sage

📋 copy color: '#889275'

red 136 ◦ green 146 ◦ blue 117

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

Shades of Sage #889275

Tints of Sage #889275

RGB

 RED value IS 136 (53.52% from 255) = 34.09%

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 34.09%
G = 36.59%
B = 29.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#889275 (or 0x889275) is known color: Sage. HEX triplet: 88, 92 and 75. RGB value is (136,146,117). Sum of RGB (Red+Green+Blue) = 136+146+117=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #889275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889275 is #776D8A. Grayscale: #8B8B8B. Windows color (decimal): -7826827 or 7705224. OLE color: 7705224.

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

Color convert

RGB 136 146 117 -
CMYK 0.07 0 0.20 0.43
HSL 80.69º 0.12% 0.52% -
HSV(B) 80.69º 0.2% 0.57% -
XYZ 23.64 27.08 20.81 -
YUV 139.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 136 146 117 0.07 0 0.20 0.43 80.69 0.12 0.52
Hex 88 92 75 7 0 14 2B 51 C 34
Octal 210 222 165 7 0 24 53 121 14 64
Binary 10001000 10010010 1110101 111 0 10100 101011 1010001 1100 110100

Color Harmonies of #889275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889275

Black with #889275

Text Example


Text Example

White with #889275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889275; }

 p { color: rgb(136,146,117); }

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

background-color css

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

 a { background-color: rgb(136,146,117); }

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

border-color css

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

 span { border-color: rgb(136,146,117); }

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