Html Css Color HEX #9CAC7A Sage

📋 copy color: '#9CAC7A'

red 156 ◦ green 172 ◦ blue 122

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

Shades of Sage #9CAC7A

Tints of Sage #9CAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 34.67%
G = 38.22%
B = 27.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9CAC7A (or 0x9CAC7A) is known color: Sage. HEX triplet: 9C, AC and 7A. RGB value is (156,172,122). Sum of RGB (Red+Green+Blue) = 156+172+122=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7A is #635385. Grayscale: #A1A1A1. Windows color (decimal): -6509446 or 8039580. OLE color: 8039580.

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

Color convert

RGB 156 172 122 -
CMYK 0.09 0 0.29 0.33
HSL 79.2º 0.23% 0.58% -
HSV(B) 79.2º 0.29% 0.67% -
XYZ 31.98 37.98 24.06 -
YUV 161.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 156 172 122 0.09 0 0.29 0.33 79.2 0.23 0.58
Hex 9C AC 7A 9 0 1D 21 4F 17 3A
Octal 234 254 172 11 0 35 41 117 27 72
Binary 10011100 10101100 1111010 1001 0 11101 100001 1001111 10111 111010

Color Harmonies of #9CAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC7A

Black with #9CAC7A

Text Example


Text Example

White with #9CAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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