Html Css Color HEX #9CA775 Sage

📋 copy color: '#9CA775'

red 156 ◦ green 167 ◦ blue 117

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

Shades of Sage #9CA775

Tints of Sage #9CA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 35.45%
G = 37.95%
B = 26.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9CA775 (or 0x9CA775) is known color: Sage. HEX triplet: 9C, A7 and 75. RGB value is (156,167,117). Sum of RGB (Red+Green+Blue) = 156+167+117=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA775 is #63588A. Grayscale: #9E9E9E. Windows color (decimal): -6510731 or 7710620. OLE color: 7710620.

HSL color Cylindrical-coordinate representation of color #9CA775: hue angle of 73.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA775 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 167 117 -
CMYK 0.07 0 0.30 0.35
HSL 73.2º 0.22% 0.56% -
HSV(B) 73.2º 0.3% 0.65% -
XYZ 30.74 35.99 22.16 -
YUV 158.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 156 167 117 0.07 0 0.30 0.35 73.2 0.22 0.56
Hex 9C A7 75 7 0 1E 23 49 16 38
Octal 234 247 165 7 0 36 43 111 26 70
Binary 10011100 10100111 1110101 111 0 11110 100011 1001001 10110 111000

Color Harmonies of #9CA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA775

Black with #9CA775

Text Example


Text Example

White with #9CA775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,117); }

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

background-color css

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

 a { background-color: rgb(156,167,117); }

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

border-color css

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

 span { border-color: rgb(156,167,117); }

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