Html Css Color HEX #9CA781 Sage

📋 copy color: '#9CA781'

red 156 ◦ green 167 ◦ blue 129

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

Shades of Sage #9CA781

Tints of Sage #9CA781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 34.51%
G = 36.95%
B = 28.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#9CA781 (or 0x9CA781) is known color: Sage. HEX triplet: 9C, A7 and 81. RGB value is (156,167,129). Sum of RGB (Red+Green+Blue) = 156+167+129=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA781 is #63587E. Grayscale: #9F9F9F. Windows color (decimal): -6510719 or 8497052. OLE color: 8497052.

HSL color Cylindrical-coordinate representation of color #9CA781: hue angle of 77.37º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA781 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 167 129 -
CMYK 0.07 0 0.23 0.35
HSL 77.37º 0.18% 0.58% -
HSV(B) 77.37º 0.23% 0.65% -
XYZ 31.49 36.29 26.11 -
YUV 159.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 156 167 129 0.07 0 0.23 0.35 77.37 0.18 0.58
Hex 9C A7 81 7 0 17 23 4D 12 3A
Octal 234 247 201 7 0 27 43 115 22 72
Binary 10011100 10100111 10000001 111 0 10111 100011 1001101 10010 111010

Color Harmonies of #9CA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA781

Black with #9CA781

Text Example


Text Example

White with #9CA781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,129); }

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

background-color css

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

 a { background-color: rgb(156,167,129); }

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

border-color css

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

 span { border-color: rgb(156,167,129); }

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