Html Css Color HEX #9CAC75 Sage

📋 copy color: '#9CAC75'

red 156 ◦ green 172 ◦ blue 117

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

Shades of Sage #9CAC75

Tints of Sage #9CAC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.65%

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

R = 35.06%
G = 38.65%
B = 26.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#9CAC75 (or 0x9CAC75) is known color: Sage. HEX triplet: 9C, AC and 75. RGB value is (156,172,117). Sum of RGB (Red+Green+Blue) = 156+172+117=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC75 is #63538A. Grayscale: #A1A1A1. Windows color (decimal): -6509451 or 7711900. OLE color: 7711900.

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

Color convert

RGB 156 172 117 -
CMYK 0.09 0 0.32 0.33
HSL 77.45º 0.25% 0.57% -
HSV(B) 77.45º 0.32% 0.67% -
XYZ 31.67 37.86 22.47 -
YUV 160.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 156 172 117 0.09 0 0.32 0.33 77.45 0.25 0.57
Hex 9C AC 75 9 0 20 21 4D 19 39
Octal 234 254 165 11 0 40 41 115 31 71
Binary 10011100 10101100 1110101 1001 0 100000 100001 1001101 11001 111001

Color Harmonies of #9CAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC75

Black with #9CAC75

Text Example


Text Example

White with #9CAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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