Html Css Color HEX #909781 Sage

📋 copy color: '#909781'

red 144 ◦ green 151 ◦ blue 129

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

Shades of Sage #909781

Tints of Sage #909781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 33.96%
G = 35.61%
B = 30.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#909781 (or 0x909781) is known color: Sage. HEX triplet: 90, 97 and 81. RGB value is (144,151,129). Sum of RGB (Red+Green+Blue) = 144+151+129=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #909781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909781 is #6F687E. Grayscale: #929292. Windows color (decimal): -7301247 or 8492944. OLE color: 8492944.

HSL color Cylindrical-coordinate representation of color #909781: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909781 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 129 -
CMYK 0.05 0 0.15 0.41
HSL 79.09º 0.1% 0.55% -
HSV(B) 79.09º 0.15% 0.59% -
XYZ 26.53 29.65 25.09 -
YUV 146.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 144 151 129 0.05 0 0.15 0.41 79.09 0.1 0.55
Hex 90 97 81 5 0 F 29 4F A 37
Octal 220 227 201 5 0 17 51 117 12 67
Binary 10010000 10010111 10000001 101 0 1111 101001 1001111 1010 110111

Color Harmonies of #909781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909781

Black with #909781

Text Example


Text Example

White with #909781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909781; }

 p { color: rgb(144,151,129); }

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

background-color css

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

 a { background-color: rgb(144,151,129); }

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

border-color css

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

 span { border-color: rgb(144,151,129); }

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