Html Css Color HEX #919582 Sage

📋 copy color: '#919582'

red 145 ◦ green 149 ◦ blue 130

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

Shades of Sage #919582

Tints of Sage #919582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 34.2%
G = 35.14%
B = 30.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#919582 (or 0x919582) is known color: Sage. HEX triplet: 91, 95 and 82. RGB value is (145,149,130). Sum of RGB (Red+Green+Blue) = 145+149+130=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #919582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919582 is #6E6A7D. Grayscale: #919191. Windows color (decimal): -7236222 or 8557969. OLE color: 8557969.

HSL color Cylindrical-coordinate representation of color #919582: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919582 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 149 130 -
CMYK 0.03 0 0.13 0.42
HSL 72.63º 0.08% 0.55% -
HSV(B) 72.63º 0.13% 0.58% -
XYZ 26.45 29.13 25.35 -
YUV 145.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 145 149 130 0.03 0 0.13 0.42 72.63 0.08 0.55
Hex 91 95 82 3 0 D 2A 49 8 37
Octal 221 225 202 3 0 15 52 111 10 67
Binary 10010001 10010101 10000010 11 0 1101 101010 1001001 1000 110111

Color Harmonies of #919582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919582

Black with #919582

Text Example


Text Example

White with #919582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919582; }

 p { color: rgb(145,149,130); }

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

background-color css

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

 a { background-color: rgb(145,149,130); }

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

border-color css

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

 span { border-color: rgb(145,149,130); }

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