Html Css Color HEX #9CAC78 Sage

📋 copy color: '#9CAC78'

red 156 ◦ green 172 ◦ blue 120

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

Shades of Sage #9CAC78

Tints of Sage #9CAC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.79%

R = 34.82%
G = 38.39%
B = 26.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#9CAC78 (or 0x9CAC78) is known color: Sage. HEX triplet: 9C, AC and 78. RGB value is (156,172,120). Sum of RGB (Red+Green+Blue) = 156+172+120=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC78 is #635387. Grayscale: #A1A1A1. Windows color (decimal): -6509448 or 7908508. OLE color: 7908508.

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

Color convert

RGB 156 172 120 -
CMYK 0.09 0 0.30 0.33
HSL 78.46º 0.24% 0.57% -
HSV(B) 78.46º 0.3% 0.67% -
XYZ 31.85 37.93 23.41 -
YUV 161.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 156 172 120 0.09 0 0.30 0.33 78.46 0.24 0.57
Hex 9C AC 78 9 0 1E 21 4E 18 39
Octal 234 254 170 11 0 36 41 116 30 71
Binary 10011100 10101100 1111000 1001 0 11110 100001 1001110 11000 111001

Color Harmonies of #9CAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC78

Black with #9CAC78

Text Example


Text Example

White with #9CAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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