Html Css Color HEX #9CAA72 Sage

📋 copy color: '#9CAA72'

red 156 ◦ green 170 ◦ blue 114

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

Shades of Sage #9CAA72

Tints of Sage #9CAA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.64%

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 35.45%
G = 38.64%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9CAA72 (or 0x9CAA72) is known color: Sage. HEX triplet: 9C, AA and 72. RGB value is (156,170,114). Sum of RGB (Red+Green+Blue) = 156+170+114=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA72 is #63558D. Grayscale: #9F9F9F. Windows color (decimal): -6509966 or 7514780. OLE color: 7514780.

HSL color Cylindrical-coordinate representation of color #9CAA72: hue angle of 75º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAA72 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 114 -
CMYK 0.08 0 0.33 0.33
HSL 75º 0.25% 0.56% -
HSV(B) 75º 0.33% 0.67% -
XYZ 31.12 37.03 21.43 -
YUV 159.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 156 170 114 0.08 0 0.33 0.33 75 0.25 0.56
Hex 9C AA 72 8 0 21 21 4B 19 38
Octal 234 252 162 10 0 41 41 113 31 70
Binary 10011100 10101010 1110010 1000 0 100001 100001 1001011 11001 111000

Color Harmonies of #9CAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA72

Black with #9CAA72

Text Example


Text Example

White with #9CAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,114); }

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

background-color css

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

 a { background-color: rgb(156,170,114); }

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

border-color css

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

 span { border-color: rgb(156,170,114); }

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