Html Css Color HEX #9CA075 Sage

📋 copy color: '#9CA075'

red 156 ◦ green 160 ◦ blue 117

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

Shades of Sage #9CA075

Tints of Sage #9CA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 36.03%
G = 36.95%
B = 27.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#9CA075 (or 0x9CA075) is known color: Sage. HEX triplet: 9C, A0 and 75. RGB value is (156,160,117). Sum of RGB (Red+Green+Blue) = 156+160+117=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA075 is #635F8A. Grayscale: #9A9A9A. Windows color (decimal): -6512523 or 7708828. OLE color: 7708828.

HSL color Cylindrical-coordinate representation of color #9CA075: hue angle of 65.58º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CA075 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 117 -
CMYK 0.02 0 0.27 0.37
HSL 65.58º 0.18% 0.54% -
HSV(B) 65.58º 0.27% 0.63% -
XYZ 29.49 33.49 21.74 -
YUV 153.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 156 160 117 0.02 0 0.27 0.37 65.58 0.18 0.54
Hex 9C A0 75 2 0 1B 25 42 12 36
Octal 234 240 165 2 0 33 45 102 22 66
Binary 10011100 10100000 1110101 10 0 11011 100101 1000010 10010 110110

Color Harmonies of #9CA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA075

Black with #9CA075

Text Example


Text Example

White with #9CA075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,117); }

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

background-color css

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

 a { background-color: rgb(156,160,117); }

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

border-color css

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

 span { border-color: rgb(156,160,117); }

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