Html Css Color HEX #9CAC7B Sage

📋 copy color: '#9CAC7B'

red 156 ◦ green 172 ◦ blue 123

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

Shades of Sage #9CAC7B

Tints of Sage #9CAC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 34.59%
G = 38.14%
B = 27.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#9CAC7B (or 0x9CAC7B) is known color: Sage. HEX triplet: 9C, AC and 7B. RGB value is (156,172,123). Sum of RGB (Red+Green+Blue) = 156+172+123=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7B is #635384. Grayscale: #A1A1A1. Windows color (decimal): -6509445 or 8105116. OLE color: 8105116.

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

Color convert

RGB 156 172 123 -
CMYK 0.09 0 0.28 0.33
HSL 79.59º 0.23% 0.58% -
HSV(B) 79.59º 0.28% 0.67% -
XYZ 32.04 38 24.39 -
YUV 161.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 156 172 123 0.09 0 0.28 0.33 79.59 0.23 0.58
Hex 9C AC 7B 9 0 1C 21 50 17 3A
Octal 234 254 173 11 0 34 41 120 27 72
Binary 10011100 10101100 1111011 1001 0 11100 100001 1010000 10111 111010

Color Harmonies of #9CAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC7B

Black with #9CAC7B

Text Example


Text Example

White with #9CAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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