Html Css Color HEX #919682 Sage

📋 copy color: '#919682'

red 145 ◦ green 150 ◦ blue 130

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

Shades of Sage #919682

Tints of Sage #919682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 34.12%
G = 35.29%
B = 30.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#919682 (or 0x919682) is known color: Sage. HEX triplet: 91, 96 and 82. RGB value is (145,150,130). Sum of RGB (Red+Green+Blue) = 145+150+130=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #919682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919682 is #6E697D. Grayscale: #929292. Windows color (decimal): -7235966 or 8558225. OLE color: 8558225.

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

Color convert

RGB 145 150 130 -
CMYK 0.03 0 0.13 0.41
HSL 75º 0.09% 0.55% -
HSV(B) 75º 0.13% 0.59% -
XYZ 26.61 29.44 25.4 -
YUV 146.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 145 150 130 0.03 0 0.13 0.41 75 0.09 0.55
Hex 91 96 82 3 0 D 29 4B 9 37
Octal 221 226 202 3 0 15 51 113 11 67
Binary 10010001 10010110 10000010 11 0 1101 101001 1001011 1001 110111

Color Harmonies of #919682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919682

Black with #919682

Text Example


Text Example

White with #919682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919682; }

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

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

background-color css

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

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

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

border-color css

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

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

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