Html Css Color HEX #9CA97F Sage

📋 copy color: '#9CA97F'

red 156 ◦ green 169 ◦ blue 127

#9CA97F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #9CA97F

Tints of Sage #9CA97F

RGB

 RED value IS 156 (61.33% from 255) = 34.51%

 GREEN value IS 169 (66.41% from 255) = 37.39%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 34.51%
G = 37.39%
B = 28.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#9CA97F (or 0x9CA97F) is known color: Sage. HEX triplet: 9C, A9 and 7F. RGB value is (156,169,127). Sum of RGB (Red+Green+Blue) = 156+169+127=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA97F is #635680. Grayscale: #A0A0A0. Windows color (decimal): -6510209 or 8366492. OLE color: 8366492.

HSL color Cylindrical-coordinate representation of color #9CA97F: hue angle of 78.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CA97F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 127 -
CMYK 0.08 0 0.25 0.34
HSL 78.57º 0.2% 0.58% -
HSV(B) 78.57º 0.25% 0.66% -
XYZ 31.73 36.98 25.54 -
YUV 160.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 156 169 127 0.08 0 0.25 0.34 78.57 0.2 0.58
Hex 9C A9 7F 8 0 19 22 4F 14 3A
Octal 234 251 177 10 0 31 42 117 24 72
Binary 10011100 10101001 1111111 1000 0 11001 100010 1001111 10100 111010

Color Harmonies of #9CA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA97F

Black with #9CA97F

Text Example


Text Example

White with #9CA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA97F;
 }
 .AnyTagClassName
 {
   color: #9CA97F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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