#9CA57F

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

Shades of Sage #9CA57F

Tints of Sage #9CA57F

Color information

#9CA57F (or 0x9CA57F) is unknown color: approx Sage. HEX triplet: 9C, A5 and 7F. RGB value is (156,165,127). Sum of RGB (Red+Green+Blue) = 156+165+127=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA57F is #635A80. Grayscale: #9E9E9E. Windows color (decimal): -6511233 or 8365468. OLE color: 8365468.

HSL color Cylindrical-coordinate representation of color #9CA57F: hue angle of 74.21º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA57F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB156165127-
CMYK0.0500.230.35
HSL74.21º17.43%57.25%-
HSV(B)74.21º23.03%64.71%-
XYZ3135.5125.3-
YUV157.98110.52126.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 127 (50% from 255) = 28.35%
R=34.82%
G=36.83%
B=28.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651270.0500.230.3574.2117.4357.25
Hex9CA57F5017234a1139
Octal2342451775027431122171
Binary10011100101001011111111101010111100011100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,127); }

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

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

 a { background-color: rgb(156,165,127); }

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

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

 span { border-color: rgb(156,165,127); }

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