#9CAA72

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

Shades of Sage #9CAA72

Tints of Sage #9CAA72

Color information

#9CAA72 (or 0x9CAA72) is unknown color: approx Sage. HEX triplet: 9C, AA and 72. RGB value is (156,170,114). Sum of RGB (Red+Green+Blue) = 156+170+114=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA72 is #63558D. Grayscale: #9F9F9F. Windows color (decimal): -6509966 or 7514780. OLE color: 7514780.

HSL color Cylindrical-coordinate representation of color #9CAA72: hue angle of 75º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAA72 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB156170114-
CMYK0.0800.330.33
HSL75º24.78%55.69%-
HSV(B)75º32.94%66.67%-
XYZ31.1237.0321.43-
YUV159.43102.36125.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=35.45%
G=38.64%
B=25.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701140.0800.330.337524.7855.69
Hex9CAA728021214b1938
Octal23425216210041411133170
Binary1001110010101010111001010000100001100001100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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