Html Css Color HEX #919781 Sage

📋 copy color: '#919781'

red 145 ◦ green 151 ◦ blue 129

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

Shades of Sage #919781

Tints of Sage #919781

RGB

 RED value IS 145 (57.03% from 255) = 34.12%

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

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

R = 34.12%
G = 35.53%
B = 30.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#919781 (or 0x919781) is known color: Sage. HEX triplet: 91, 97 and 81. RGB value is (145,151,129). Sum of RGB (Red+Green+Blue) = 145+151+129=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #919781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919781 is #6E687E. Grayscale: #929292. Windows color (decimal): -7235711 or 8492945. OLE color: 8492945.

HSL color Cylindrical-coordinate representation of color #919781: hue angle of 76.36º 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 #919781 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 151 129 -
CMYK 0.04 0 0.15 0.41
HSL 76.36º 0.1% 0.55% -
HSV(B) 76.36º 0.15% 0.59% -
XYZ 26.71 29.74 25.1 -
YUV 146.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 145 151 129 0.04 0 0.15 0.41 76.36 0.1 0.55
Hex 91 97 81 4 0 F 29 4C A 37
Octal 221 227 201 4 0 17 51 114 12 67
Binary 10010001 10010111 10000001 100 0 1111 101001 1001100 1010 110111

Color Harmonies of #919781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919781

Black with #919781

Text Example


Text Example

White with #919781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919781; }

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

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

background-color css

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

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

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

border-color css

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

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

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