Html Css Color HEX #9CAB7A Sage

📋 copy color: '#9CAB7A'

red 156 ◦ green 171 ◦ blue 122

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

Shades of Sage #9CAB7A

Tints of Sage #9CAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

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

R = 34.74%
G = 38.08%
B = 27.17%

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

#9CAB7A (or 0x9CAB7A) is known color: Sage. HEX triplet: 9C, AB and 7A. RGB value is (156,171,122). Sum of RGB (Red+Green+Blue) = 156+171+122=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB7A is #635485. Grayscale: #A1A1A1. Windows color (decimal): -6509702 or 8039324. OLE color: 8039324.

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

Color convert

RGB 156 171 122 -
CMYK 0.09 0 0.29 0.33
HSL 78.37º 0.23% 0.57% -
HSV(B) 78.37º 0.29% 0.67% -
XYZ 31.79 37.6 23.99 -
YUV 160.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 156 171 122 0.09 0 0.29 0.33 78.37 0.23 0.57
Hex 9C AB 7A 9 0 1D 21 4E 17 39
Octal 234 253 172 11 0 35 41 116 27 71
Binary 10011100 10101011 1111010 1001 0 11101 100001 1001110 10111 111001

Color Harmonies of #9CAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB7A

Black with #9CAB7A

Text Example


Text Example

White with #9CAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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