Html Css Color HEX #919684 Sage

📋 copy color: '#919684'

red 145 ◦ green 150 ◦ blue 132

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

Shades of Sage #919684

Tints of Sage #919684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 33.96%
G = 35.13%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#919684 (or 0x919684) is known color: Sage. HEX triplet: 91, 96 and 84. RGB value is (145,150,132). Sum of RGB (Red+Green+Blue) = 145+150+132=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #919684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919684 is #6E697B. Grayscale: #929292. Windows color (decimal): -7235964 or 8689297. OLE color: 8689297.

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

Color convert

RGB 145 150 132 -
CMYK 0.03 0 0.12 0.41
HSL 76.67º 0.08% 0.55% -
HSV(B) 76.67º 0.12% 0.59% -
XYZ 26.75 29.5 26.11 -
YUV 146.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 145 150 132 0.03 0 0.12 0.41 76.67 0.08 0.55
Hex 91 96 84 3 0 C 29 4D 8 37
Octal 221 226 204 3 0 14 51 115 10 67
Binary 10010001 10010110 10000100 11 0 1100 101001 1001101 1000 110111

Color Harmonies of #919684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919684

Black with #919684

Text Example


Text Example

White with #919684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919684; }

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

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

background-color css

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

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

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

border-color css

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

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

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