Html Css Color HEX #9DA27A Sage

📋 copy color: '#9DA27A'

red 157 ◦ green 162 ◦ blue 122

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

Shades of Sage #9DA27A

Tints of Sage #9DA27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 35.6%
G = 36.73%
B = 27.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#9DA27A (or 0x9DA27A) is known color: Sage. HEX triplet: 9D, A2 and 7A. RGB value is (157,162,122). Sum of RGB (Red+Green+Blue) = 157+162+122=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA27A is #625D85. Grayscale: #9C9C9C. Windows color (decimal): -6446470 or 8037021. OLE color: 8037021.

HSL color Cylindrical-coordinate representation of color #9DA27A: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DA27A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 122 -
CMYK 0.03 0 0.25 0.36
HSL 67.5º 0.18% 0.56% -
HSV(B) 67.5º 0.25% 0.64% -
XYZ 30.34 34.41 23.46 -
YUV 155.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 157 162 122 0.03 0 0.25 0.36 67.5 0.18 0.56
Hex 9D A2 7A 3 0 19 24 44 12 38
Octal 235 242 172 3 0 31 44 104 22 70
Binary 10011101 10100010 1111010 11 0 11001 100100 1000100 10010 111000

Color Harmonies of #9DA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA27A

Black with #9DA27A

Text Example


Text Example

White with #9DA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,162,122); }

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

background-color css

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

 a { background-color: rgb(157,162,122); }

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

border-color css

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

 span { border-color: rgb(157,162,122); }

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