#8C9477

Color #8C9477 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8C9477

Tints of Sage #8C9477

Color information

#8C9477 (or 0x8C9477) is unknown color: approx Sage. HEX triplet: 8C, 94 and 77. RGB value is (140,148,119). Sum of RGB (Red+Green+Blue) = 140+148+119=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9477 is #736B88. Grayscale: #8E8E8E. Windows color (decimal): -7564169 or 7836812. OLE color: 7836812.

HSL color Cylindrical-coordinate representation of color #8C9477: hue angle of 76.55º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9477 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB140148119-
CMYK0.0500.200.42
HSL76.55º11.93%52.35%-
HSV(B)76.55º19.59%58.04%-
XYZ24.7328.0921.57-
YUV142.3114.85126.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=34.40%
G=36.36%
B=29.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481190.0500.200.4276.5511.9352.35
Hex8C947750142A4dc34
Octal2142241675024521151464
Binary1000110010010100111011110101010010101010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9477; }

 p { color: rgb(140,148,119); }

 H1.HeaderClassName
 {
   color: #8C9477;
 }
 .AnyTagClassName
 {
   color: #8C9477;
 }
</style>
background-color css

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

 a { background-color: rgb(140,148,119); }

 div.DivClassName
 {
   background-color: #8C9477;
 }
 .BgClassName
 {
   background-color: #8C9477;
 }
</style>
border-color css

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

 span { border-color: rgb(140,148,119); }

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