Html Css Color HEX #9DA685 Sage

📋 copy color: '#9DA685'

red 157 ◦ green 166 ◦ blue 133

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

Shades of Sage #9DA685

Tints of Sage #9DA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 34.43%
G = 36.4%
B = 29.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#9DA685 (or 0x9DA685) is known color: Sage. HEX triplet: 9D, A6 and 85. RGB value is (157,166,133). Sum of RGB (Red+Green+Blue) = 157+166+133=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA685 is #62597A. Grayscale: #9F9F9F. Windows color (decimal): -6445435 or 8758941. OLE color: 8758941.

HSL color Cylindrical-coordinate representation of color #9DA685: hue angle of 76.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA685 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 166 133 -
CMYK 0.05 0 0.20 0.35
HSL 76.36º 0.16% 0.59% -
HSV(B) 76.36º 0.2% 0.65% -
XYZ 31.77 36.13 27.49 -
YUV 159.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 157 166 133 0.05 0 0.20 0.35 76.36 0.16 0.59
Hex 9D A6 85 5 0 14 23 4C 10 3B
Octal 235 246 205 5 0 24 43 114 20 73
Binary 10011101 10100110 10000101 101 0 10100 100011 1001100 10000 111011

Color Harmonies of #9DA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA685

Black with #9DA685

Text Example


Text Example

White with #9DA685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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