Html Css Color HEX #9DA585 Sage

📋 copy color: '#9DA585'

red 157 ◦ green 165 ◦ blue 133

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

Shades of Sage #9DA585

Tints of Sage #9DA585

RGB

 RED value IS 157 (61.72% from 255) = 34.51%

 GREEN value IS 165 (64.84% from 255) = 36.26%

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 34.51%
G = 36.26%
B = 29.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#9DA585 (or 0x9DA585) is known color: Sage. HEX triplet: 9D, A5 and 85. RGB value is (157,165,133). Sum of RGB (Red+Green+Blue) = 157+165+133=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA585 is #625A7A. Grayscale: #9F9F9F. Windows color (decimal): -6445691 or 8758685. OLE color: 8758685.

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

Color convert

RGB 157 165 133 -
CMYK 0.05 0 0.19 0.35
HSL 75º 0.15% 0.58% -
HSV(B) 75º 0.19% 0.65% -
XYZ 31.59 35.77 27.43 -
YUV 158.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 157 165 133 0.05 0 0.19 0.35 75 0.15 0.58
Hex 9D A5 85 5 0 13 23 4B F 3A
Octal 235 245 205 5 0 23 43 113 17 72
Binary 10011101 10100101 10000101 101 0 10011 100011 1001011 1111 111010

Color Harmonies of #9DA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA585

Black with #9DA585

Text Example


Text Example

White with #9DA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,165,133); }

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

background-color css

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

 a { background-color: rgb(157,165,133); }

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

border-color css

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

 span { border-color: rgb(157,165,133); }

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