#8C907F

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

Shades of Sage #8C907F

Tints of Sage #8C907F

Color information

#8C907F (or 0x8C907F) is unknown color: approx Sage. HEX triplet: 8C, 90 and 7F. RGB value is (140,144,127). Sum of RGB (Red+Green+Blue) = 140+144+127=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #8C907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C907F is #736F80. Grayscale: #8C8C8C. Windows color (decimal): -7565185 or 8360076. OLE color: 8360076.

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

Color convert

RGB140144127-
CMYK0.0300.120.44
HSL74.12º7.11%53.14%-
HSV(B)74.12º11.81%56.47%-
XYZ24.6227.0524-
YUV140.87120.17127.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 127 (50% from 255) = 30.90%
R=34.06%
G=35.04%
B=30.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401441270.0300.120.4474.127.1153.14
Hex8C907F30C2C4a735
Octal214220177301454112765
Binary1000110010010000111111111011001011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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