Html Css Color HEX #889075 Sage

📋 copy color: '#889075'

red 136 ◦ green 144 ◦ blue 117

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

Shades of Sage #889075

Tints of Sage #889075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 34.26%
G = 36.27%
B = 29.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#889075 (or 0x889075) is known color: Sage. HEX triplet: 88, 90 and 75. RGB value is (136,144,117). Sum of RGB (Red+Green+Blue) = 136+144+117=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #889075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889075 is #776F8A. Grayscale: #8A8A8A. Windows color (decimal): -7827339 or 7704712. OLE color: 7704712.

HSL color Cylindrical-coordinate representation of color #889075: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #889075 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 117 -
CMYK 0.06 0 0.19 0.44
HSL 77.78º 0.11% 0.51% -
HSV(B) 77.78º 0.19% 0.56% -
XYZ 23.34 26.47 20.71 -
YUV 138.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 136 144 117 0.06 0 0.19 0.44 77.78 0.11 0.51
Hex 88 90 75 6 0 13 2C 4E B 33
Octal 210 220 165 6 0 23 54 116 13 63
Binary 10001000 10010000 1110101 110 0 10011 101100 1001110 1011 110011

Color Harmonies of #889075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889075

Black with #889075

Text Example


Text Example

White with #889075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889075; }

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

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

background-color css

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

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

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

border-color css

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

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

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