Html Css Color HEX #889374 Sage

📋 copy color: '#889374'

red 136 ◦ green 147 ◦ blue 116

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

Shades of Sage #889374

Tints of Sage #889374

RGB

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

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

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

R = 34.09%
G = 36.84%
B = 29.07%

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

#889374 (or 0x889374) is known color: Sage. HEX triplet: 88, 93 and 74. RGB value is (136,147,116). Sum of RGB (Red+Green+Blue) = 136+147+116=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #889374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889374 is #776C8B. Grayscale: #8C8C8C. Windows color (decimal): -7826572 or 7639944. OLE color: 7639944.

HSL color Cylindrical-coordinate representation of color #889374: hue angle of 81.29º 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 #889374 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 116 -
CMYK 0.07 0 0.21 0.42
HSL 81.29º 0.13% 0.52% -
HSV(B) 81.29º 0.21% 0.58% -
XYZ 23.74 27.36 20.55 -
YUV 140.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 136 147 116 0.07 0 0.21 0.42 81.29 0.13 0.52
Hex 88 93 74 7 0 15 2A 51 D 34
Octal 210 223 164 7 0 25 52 121 15 64
Binary 10001000 10010011 1110100 111 0 10101 101010 1010001 1101 110100

Color Harmonies of #889374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889374

Black with #889374

Text Example


Text Example

White with #889374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889374; }

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

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

background-color css

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

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

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

border-color css

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

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

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