#9CAB7A

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

Shades of Sage #9CAB7A

Tints of Sage #9CAB7A

Color information

#9CAB7A (or 0x9CAB7A) is unknown color: approx Sage. HEX triplet: 9C, AB and 7A. RGB value is (156,171,122). Sum of RGB (Red+Green+Blue) = 156+171+122=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB7A is #635485. Grayscale: #A1A1A1. Windows color (decimal): -6509702 or 8039324. OLE color: 8039324.

HSL color Cylindrical-coordinate representation of color #9CAB7A: hue angle of 78.37º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAB7A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB156171122-
CMYK0.0900.290.33
HSL78.37º22.58%57.45%-
HSV(B)78.37º28.65%67.06%-
XYZ31.7937.623.99-
YUV160.93106.03124.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=34.74%
G=38.08%
B=27.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711220.0900.290.3378.3722.5857.45
Hex9CAB7A901D214e1739
Octal23425317211035411162771
Binary100111001010101111110101001011101100001100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,122); }

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

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

 a { background-color: rgb(156,171,122); }

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

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

 span { border-color: rgb(156,171,122); }

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