Html Css Color HEX #919B81 Sage

📋 copy color: '#919B81'

red 145 ◦ green 155 ◦ blue 129

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

Shades of Sage #919B81

Tints of Sage #919B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 33.8%
G = 36.13%
B = 30.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#919B81 (or 0x919B81) is known color: Sage. HEX triplet: 91, 9B and 81. RGB value is (145,155,129). Sum of RGB (Red+Green+Blue) = 145+155+129=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #919B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B81 is #6E647E. Grayscale: #959595. Windows color (decimal): -7234687 or 8493969. OLE color: 8493969.

HSL color Cylindrical-coordinate representation of color #919B81: hue angle of 83.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919B81 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 155 129 -
CMYK 0.06 0 0.17 0.39
HSL 83.08º 0.12% 0.56% -
HSV(B) 83.08º 0.17% 0.61% -
XYZ 27.36 31.05 25.32 -
YUV 149.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 145 155 129 0.06 0 0.17 0.39 83.08 0.12 0.56
Hex 91 9B 81 6 0 11 27 53 C 38
Octal 221 233 201 6 0 21 47 123 14 70
Binary 10010001 10011011 10000001 110 0 10001 100111 1010011 1100 111000

Color Harmonies of #919B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B81

Black with #919B81

Text Example


Text Example

White with #919B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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