Html Css Color HEX #909D71 Sage

📋 copy color: '#909D71'

red 144 ◦ green 157 ◦ blue 113

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

Shades of Sage #909D71

Tints of Sage #909D71

RGB

 RED value IS 144 (56.64% from 255) = 34.78%

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 34.78%
G = 37.92%
B = 27.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#909D71 (or 0x909D71) is known color: Sage. HEX triplet: 90, 9D and 71. RGB value is (144,157,113). Sum of RGB (Red+Green+Blue) = 144+157+113=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #909D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D71 is #6F628E. Grayscale: #949494. Windows color (decimal): -7299727 or 7445904. OLE color: 7445904.

HSL color Cylindrical-coordinate representation of color #909D71: hue angle of 77.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909D71 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 113 -
CMYK 0.08 0 0.28 0.38
HSL 77.73º 0.18% 0.53% -
HSV(B) 77.73º 0.28% 0.62% -
XYZ 26.54 31.24 20.25 -
YUV 148.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 144 157 113 0.08 0 0.28 0.38 77.73 0.18 0.53
Hex 90 9D 71 8 0 1C 26 4E 12 35
Octal 220 235 161 10 0 34 46 116 22 65
Binary 10010000 10011101 1110001 1000 0 11100 100110 1001110 10010 110101

Color Harmonies of #909D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D71

Black with #909D71

Text Example


Text Example

White with #909D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909D71; }

 p { color: rgb(144,157,113); }

 H1.HeaderClassName
 {
   color: #909D71;
 }
 .AnyTagClassName
 {
   color: #909D71;
 }
</style>

background-color css

<style>
 a { background-color: #909D71; }

 a { background-color: rgb(144,157,113); }

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

border-color css

<style>
 span { border-color: #909D71; }

 span { border-color: rgb(144,157,113); }

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