#9CA872

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

Shades of Sage #9CA872

Tints of Sage #9CA872

Color information

#9CA872 (or 0x9CA872) is unknown color: approx Sage. HEX triplet: 9C, A8 and 72. RGB value is (156,168,114). Sum of RGB (Red+Green+Blue) = 156+168+114=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA872 is #63578D. Grayscale: #9E9E9E. Windows color (decimal): -6510478 or 7514268. OLE color: 7514268.

HSL color Cylindrical-coordinate representation of color #9CA872: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA872 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB156168114-
CMYK0.0700.320.34
HSL73.33º23.68%55.29%-
HSV(B)73.33º32.14%65.88%-
XYZ30.7536.2921.3-
YUV158.26103.02126.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=35.62%
G=38.36%
B=26.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561681140.0700.320.3473.3323.6855.29
Hex9CA872702022491837
Octal2342501627040421113067
Binary100111001010100011100101110100000100010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA872; }

 p { color: rgb(156,168,114); }

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

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

 a { background-color: rgb(156,168,114); }

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

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

 span { border-color: rgb(156,168,114); }

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