#8C907B

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

Shades of Sage #8C907B

Tints of Sage #8C907B

Color information

#8C907B (or 0x8C907B) is unknown color: approx Sage. HEX triplet: 8C, 90 and 7B. RGB value is (140,144,123). Sum of RGB (Red+Green+Blue) = 140+144+123=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #8C907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C907B is #736F84. Grayscale: #8C8C8C. Windows color (decimal): -7565189 or 8097932. OLE color: 8097932.

HSL color Cylindrical-coordinate representation of color #8C907B: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C907B is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB140144123-
CMYK0.0300.150.44
HSL71.43º8.64%52.35%-
HSV(B)71.43º14.58%56.47%-
XYZ24.3626.9522.66-
YUV140.41118.17127.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=34.40%
G=35.38%
B=30.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401441230.0300.150.4471.438.6452.35
Hex8C907B30F2C47934
Octal2142201733017541071164
Binary10001100100100001111011110111110110010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,123); }

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

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

 a { background-color: rgb(140,144,123); }

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

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

 span { border-color: rgb(140,144,123); }

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